reference/reflection/reflectiongenerator.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.reflectiongenerator" 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 ReflectionGenerator class</title>
...
...
@@ -22,29 +21,52 @@
22
21
&reftitle.classsynopsis;
23
22

24
23
<!-- {{{ Synopsis -->
25
-
<classsynopsis>
26
-
<ooclass><classname>ReflectionGenerator</classname></ooclass>
24
+
<classsynopsis class="class">
25
+
<ooclass>
26
+
<modifier>final</modifier>
27
+
<classname>ReflectionGenerator</classname>
28
+
</ooclass>
27
29

28
-
<!-- {{{ Class synopsis -->
29
-
<classsynopsisinfo>
30
-
<ooclass>
31
-
<classname>ReflectionGenerator</classname>
32
-
</ooclass>
33
-
</classsynopsisinfo>
34
-
<!-- }}} -->
35
30
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
36
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectiongenerator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
37
-

31
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectiongenerator')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='ReflectionGenerator'])">
32
+
<xi:fallback/>
33
+
</xi:include>
34
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectiongenerator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='ReflectionGenerator'])">
35
+
<xi:fallback/>
36
+
</xi:include>
38
37
</classsynopsis>
39
38
<!-- }}} -->
40
39
</section>
41
40

41
+
<section role="changelog">
42
+
&reftitle.changelog;
43
+
<para>
44
+
<informaltable>
45
+
<tgroup cols="2">
46
+
<thead>
47
+
<row>
48
+
<entry>&Version;</entry>
49
+
<entry>&Description;</entry>
50
+
</row>
51
+
</thead>
52
+
<tbody>
53
+
<row>
54
+
<entry>8.0.0</entry>
55
+
<entry>
56
+
The class is <modifier>final</modifier> now.
57
+
</entry>
58
+
</row>
59
+
</tbody>
60
+
</tgroup>
61
+
</informaltable>
62
+
</para>
63
+
</section>
64
+

42
65
</partintro>
43
66

44
67
&reference.reflection.entities.reflectiongenerator;
45
68

46
69
</phpdoc:classref>
47
-

48
70
<!-- Keep this comment at the end of the file
49
71
Local variables:
50
72
mode: sgml
51
73