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

4
3
<phpdoc:classref xml:id="class.reflectionfunction" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
5
4

6
5
<title>The ReflectionFunction class</title>
...
...
@@ -22,70 +21,45 @@
22
21
&reftitle.classsynopsis;
23
22

24
23
<!-- {{{ Synopsis -->
25
-
<classsynopsis>
26
-
<ooclass><classname>ReflectionFunction</classname></ooclass>
27
-

28
-
<!-- {{{ Class synopsis -->
29
-
<classsynopsisinfo>
30
-
<ooclass>
31
-
<classname>ReflectionFunction</classname>
32
-
</ooclass>
33
-
34
-
<ooclass>
35
-
<modifier>extends</modifier>
36
-
<classname>ReflectionFunctionAbstract</classname>
37
-
</ooclass>
38
-
39
-
<oointerface>
40
-
<interfacename>Reflector</interfacename>
41
-
</oointerface>
42
-
</classsynopsisinfo>
43
-
<!-- }}} -->
24
+
<classsynopsis class="class">
25
+
<ooclass>
26
+
<classname>ReflectionFunction</classname>
27
+
</ooclass>
28
+

29
+
<ooclass>
30
+
<modifier>extends</modifier>
31
+
<classname>ReflectionFunctionAbstract</classname>
32
+
</ooclass>
33
+

44
34
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
45
35
<fieldsynopsis>
36
+
<modifier>public</modifier>
46
37
<modifier>const</modifier>
47
-
<type>integer</type>
38
+
<type>int</type>
48
39
<varname linkend="reflectionfunction.constants.is-deprecated">ReflectionFunction::IS_DEPRECATED</varname>
49
-
<initializer>262144</initializer>
50
-
</fieldsynopsis>
51
-

52
-
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
53
-
<fieldsynopsis>
54
-
<modifier>public</modifier>
55
-
<varname linkend="reflectionfunction.props.name">name</varname>
56
40
</fieldsynopsis>
57
41

42
+
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
43
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionfunctionabstract')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))">
44
+
<xi:fallback/>
45
+
</xi:include>
58
46

59
47
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
60
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionfunction')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
48
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionfunction')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='ReflectionFunction'])">
49
+
<xi:fallback/>
50
+
</xi:include>
51
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionfunction')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='ReflectionFunction'])">
52
+
<xi:fallback/>
53
+
</xi:include>
61
54

62
55
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
63
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionfunctionabstract')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
64
-

56
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionfunctionabstract')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='ReflectionFunctionAbstract'])">
57
+
<xi:fallback/>
58
+
</xi:include>
65
59
</classsynopsis>
66
60
<!-- }}} -->
67
-

68
61
</section>
69
62
70
-
71
-
<!-- {{{ ReflectionFunction properties -->
72
-
<section xml:id="reflectionfunction.props">
73
-
&reftitle.properties;
74
-
<variablelist>
75
-
<varlistentry xml:id="reflectionfunction.props.name">
76
-
<term><varname>name</varname></term>
77
-
<listitem>
78
-
<para>
79
-
Name of the function. Read-only, throws
80
-
<classname>ReflectionException</classname> in attempt to write.
81
-
</para>
82
-
</listitem>
83
-
</varlistentry>
84
-
</variablelist>
85
-
</section>
86
-
<!-- }}} -->
87
-

88
-
89
63
<!-- {{{ ReflectionFunction constants -->
90
64
<section xml:id="reflectionfunction.constants">
91
65
&reftitle.constants;
...
...
@@ -107,13 +81,32 @@
107
81
</section>
108
82
<!-- }}} -->
109
83

110
-

84
+
<section role="changelog">
85
+
&reftitle.changelog;
86
+
<informaltable>
87
+
<tgroup cols="2">
88
+
<thead>
89
+
<row>
90
+
<entry>&Version;</entry>
91
+
<entry>&Description;</entry>
92
+
</row>
93
+
</thead>
94
+
<tbody>
95
+
<row>
96
+
<entry>8.0.0</entry>
97
+
<entry>
98
+
<methodname>ReflectionFunction::export</methodname> was removed.
99
+
</entry>
100
+
</row>
101
+
</tbody>
102
+
</tgroup>
103
+
</informaltable>
104
+
</section>
111
105
</partintro>
112
106

113
107
&reference.reflection.entities.reflectionfunction;
114
108

115
109
</phpdoc:classref>
116
-

117
110
<!-- Keep this comment at the end of the file
118
111
Local variables:
119
112
mode: sgml
120
113