reference/reflection/reflectionnamedtype.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.reflectionnamedtype" 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 ReflectionNamedType class</title>
...
...
@@ -21,28 +20,25 @@
21
20
&reftitle.classsynopsis;
22
21

23
22
<!-- {{{ Synopsis -->
24
-
<classsynopsis>
25
-
<ooclass><classname>ReflectionNamedType</classname></ooclass>
26
-

27
-
<!-- {{{ Class synopsis -->
28
-
<classsynopsisinfo>
29
-
<ooclass>
30
-
<classname>ReflectionNamedType</classname>
31
-
</ooclass>
23
+
<classsynopsis class="class">
24
+
<ooclass>
25
+
<classname>ReflectionNamedType</classname>
26
+
</ooclass>
32
27

33
-
<ooclass>
34
-
<modifier>extends</modifier>
35
-
<classname>ReflectionType</classname>
36
-
</ooclass>
37
-
</classsynopsisinfo>
38
-
<!-- }}} -->
28
+
<ooclass>
29
+
<modifier>extends</modifier>
30
+
<classname>ReflectionType</classname>
31
+
</ooclass>
39
32

40
33
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
41
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionnamedtype')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
34
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionnamedtype')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='ReflectionNamedType'])">
35
+
<xi:fallback/>
36
+
</xi:include>
42
37

43
38
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
44
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectiontype')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
45
-

39
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectiontype')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='ReflectionType'])">
40
+
<xi:fallback/>
41
+
</xi:include>
46
42
</classsynopsis>
47
43
<!-- }}} -->
48
44

...
...
@@ -53,7 +49,6 @@
53
49
&reference.reflection.entities.reflectionnamedtype;
54
50

55
51
</phpdoc:classref>
56
-

57
52
<!-- Keep this comment at the end of the file
58
53
Local variables:
59
54
mode: sgml
60
55