reference/reflection/reflectionobject.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.reflectionobject" 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 ReflectionObject class</title>
...
...
@@ -22,87 +21,66 @@
22
21
&reftitle.classsynopsis;
23
22

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

28
-
<!-- {{{ Class synopsis -->
29
-
<classsynopsisinfo>
30
-
<ooclass>
31
-
<classname>ReflectionObject</classname>
32
-
</ooclass>
33
-
34
-
<ooclass>
35
-
<modifier>extends</modifier>
36
-
<classname>ReflectionClass</classname>
37
-
</ooclass>
38
-
39
-
<oointerface>
40
-
<interfacename>Reflector</interfacename>
41
-
</oointerface>
42
-
</classsynopsisinfo>
43
-
<!-- }}} -->
44
-
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
45
-
<fieldsynopsis>
46
-
<modifier>const</modifier>
47
-
<type>integer</type>
48
-
<varname linkend="reflectionclass.constants.is-implicit-abstract">ReflectionObject::IS_IMPLICIT_ABSTRACT</varname>
49
-
<initializer>16</initializer>
50
-
</fieldsynopsis>
51
-
<fieldsynopsis>
52
-
<modifier>const</modifier>
53
-
<type>integer</type>
54
-
<varname linkend="reflectionclass.constants.is-explicit-abstract">ReflectionObject::IS_EXPLICIT_ABSTRACT</varname>
55
-
<initializer>32</initializer>
56
-
</fieldsynopsis>
57
-
<fieldsynopsis>
58
-
<modifier>const</modifier>
59
-
<type>integer</type>
60
-
<varname linkend="reflectionclass.constants.is-final">ReflectionObject::IS_FINAL</varname>
61
-
<initializer>64</initializer>
62
-
</fieldsynopsis>
63
-

64
-
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
65
-
<fieldsynopsis>
66
-
<modifier>public</modifier>
67
-
<varname linkend="reflectionobject.props.name">name</varname>
68
-
</fieldsynopsis>
24
+
<classsynopsis class="class">
25
+
<ooclass>
26
+
<classname>ReflectionObject</classname>
27
+
</ooclass>
28
+

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

34
+
<classsynopsisinfo role="comment">&InheritedConstants;</classsynopsisinfo>
35
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionclass')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Constants;']]))">
36
+
<xi:fallback/>
37
+
</xi:include>
38
+

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

70
44
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
71
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionobject')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
45
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionobject')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='ReflectionObject'])">
46
+
<xi:fallback/>
47
+
</xi:include>
72
48

73
49
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
74
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionclass')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
75
-

50
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionclass')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='ReflectionClass'])">
51
+
<xi:fallback/>
52
+
</xi:include>
76
53
</classsynopsis>
77
54
<!-- }}} -->
78
55

79
56
</section>
80
57

81
-
82
-
<!-- {{{ ReflectionObject properties -->
83
-
<section xml:id="reflectionobject.props">
84
-
&reftitle.properties;
85
-
<variablelist>
86
-
<varlistentry xml:id="reflectionobject.props.name">
87
-
<term><varname>name</varname></term>
88
-
<listitem>
89
-
<para>
90
-
Name of the object's class. Read-only, throws
91
-
<classname>ReflectionException</classname> in attempt to write.
92
-
</para>
93
-
</listitem>
94
-
</varlistentry>
95
-
</variablelist>
58
+
<section role="changelog">
59
+
&reftitle.changelog;
60
+
<informaltable>
61
+
<tgroup cols="2">
62
+
<thead>
63
+
<row>
64
+
<entry>&Version;</entry>
65
+
<entry>&Description;</entry>
66
+
</row>
67
+
</thead>
68
+
<tbody>
69
+
<row>
70
+
<entry>8.0.0</entry>
71
+
<entry>
72
+
<methodname>ReflectionObject::export</methodname> was removed.
73
+
</entry>
74
+
</row>
75
+
</tbody>
76
+
</tgroup>
77
+
</informaltable>
96
78
</section>
97
-
<!-- }}} -->
98
-

99
-

100
79
</partintro>
101
80

102
81
&reference.reflection.entities.reflectionobject;
103
82

104
83
</phpdoc:classref>
105
-

106
84
<!-- Keep this comment at the end of the file
107
85
Local variables:
108
86
mode: sgml
109
87