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

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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionFunction">
13
12
<modifier>public</modifier> <type>Closure</type><methodname>ReflectionFunction::getClosure</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
-

16
+
Get a dynamically created closure for the function.
18
17
</para>
19
18

20
-
&warn.undocumented.func;
21
-

22
19
</refsect1>
23
20

24
21
<refsect1 role="parameters">
...
...
@@ -29,14 +26,18 @@
29
26
<refsect1 role="returnvalues">
30
27
&reftitle.returnvalues;
31
28
<para>
32
-
Returns <classname>Closure</classname>.
33
-
Returns &null; in case of an error.
29
+
Returns the newly created <classname>Closure</classname>.
34
30
</para>
35
31
</refsect1>
36
32

33
+
<refsect1 role="seealso">
34
+
&reftitle.seealso;
35
+
<simplelist>
36
+
<member><link linkend="functions.first_class_callable_syntax">First class callable syntax</link></member>
37
+
</simplelist>
38
+
</refsect1>
37
39

38
40
</refentry>
39
-

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