reference/reflection/reflectionzendextension.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.reflectionzendextension" 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 ReflectionZendExtension class</title>
...
...
@@ -21,29 +20,30 @@
21
20
&reftitle.classsynopsis;
22
21

23
22
<!-- {{{ Synopsis -->
24
-
<classsynopsis>
25
-
<ooclass><classname>ReflectionZendExtension</classname></ooclass>
23
+
<classsynopsis class="class">
24
+
<ooclass>
25
+
<classname>ReflectionZendExtension</classname>
26
+
</ooclass>
26
27

27
-
<!-- {{{ Class synopsis -->
28
-
<classsynopsisinfo>
29
-
<ooclass>
30
-
<classname>ReflectionZendExtension</classname>
31
-
</ooclass>
28
+
<oointerface>
29
+
<modifier>implements</modifier>
30
+
<interfacename>Reflector</interfacename>
31
+
</oointerface>
32
32

33
-
<oointerface>
34
-
<interfacename>Reflector</interfacename>
35
-
</oointerface>
36
-
</classsynopsisinfo>
37
-
<!-- }}} -->
38
33
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
39
34
<fieldsynopsis>
40
35
<modifier>public</modifier>
36
+
<type>string</type>
41
37
<varname linkend="reflectionzendextension.props.name">name</varname>
42
38
</fieldsynopsis>
43
39

44
-
45
40
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
46
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionzendextension')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
41
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionzendextension')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='ReflectionZendExtension'])">
42
+
<xi:fallback/>
43
+
</xi:include>
44
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionzendextension')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='ReflectionZendExtension'])">
45
+
<xi:fallback/>
46
+
</xi:include>
47
47
</classsynopsis>
48
48
<!-- }}} -->
49
49

...
...
@@ -67,13 +67,32 @@
67
67
</section>
68
68
<!-- }}} -->
69
69

70
-

70
+
<section role="changelog">
71
+
&reftitle.changelog;
72
+
<informaltable>
73
+
<tgroup cols="2">
74
+
<thead>
75
+
<row>
76
+
<entry>&Version;</entry>
77
+
<entry>&Description;</entry>
78
+
</row>
79
+
</thead>
80
+
<tbody>
81
+
<row>
82
+
<entry>8.0.0</entry>
83
+
<entry>
84
+
<methodname>ReflectionZendExtension::export</methodname> was removed.
85
+
</entry>
86
+
</row>
87
+
</tbody>
88
+
</tgroup>
89
+
</informaltable>
90
+
</section>
71
91
</partintro>
72
92

73
93
&reference.reflection.entities.reflectionzendextension;
74
94

75
95
</phpdoc:classref>
76
-

77
96
<!-- Keep this comment at the end of the file
78
97
Local variables:
79
98
mode: sgml
80
99