reference/reflection/reflectionfunctionabstract/getclosurethis.xml
ca840c9a6d665e60a7de48b57a5b6440c0d3b0c1
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="reflectionfunctionabstract.getclosurethis" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionFunctionAbstract::getClosureThis</refname>
...
...
@@ -9,16 +8,14 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>object</type><methodname>ReflectionFunctionAbstract::getClosureThis</methodname>
14
-
<void />
11
+
<methodsynopsis role="ReflectionFunctionAbstract">
12
+
<modifier>public</modifier> <type class="union"><type>object</type><type>null</type></type><methodname>ReflectionFunctionAbstract::getClosureThis</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
-

16
+
If the function is a non-static closure, get the object bound to <varname>$this</varname> inside the closure.
18
17
</para>
19
18

20
-
&warn.undocumented.func;
21
-

22
19
</refsect1>
23
20

24
21
<refsect1 role="parameters">
...
...
@@ -36,7 +33,6 @@
36
33

37
34

38
35
</refentry>
39
-

40
36
<!-- Keep this comment at the end of the file
41
37
Local variables:
42
38
mode: sgml
43
39