reference/reflection/reflectionparameter.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.reflectionparameter" 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 ReflectionParameter class</title>
...
...
@@ -29,29 +28,30 @@
29
28
&reftitle.classsynopsis;
30
29

31
30
<!-- {{{ Synopsis -->
32
-
<classsynopsis>
33
-
<ooclass><classname>ReflectionParameter</classname></ooclass>
31
+
<classsynopsis class="class">
32
+
<ooclass>
33
+
<classname>ReflectionParameter</classname>
34
+
</ooclass>
34
35

35
-
<!-- {{{ Class synopsis -->
36
-
<classsynopsisinfo>
37
-
<ooclass>
38
-
<classname>ReflectionParameter</classname>
39
-
</ooclass>
36
+
<oointerface>
37
+
<modifier>implements</modifier>
38
+
<interfacename>Reflector</interfacename>
39
+
</oointerface>
40
40

41
-
<oointerface>
42
-
<interfacename>Reflector</interfacename>
43
-
</oointerface>
44
-
</classsynopsisinfo>
45
-
<!-- }}} -->
46
41
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
47
42
<fieldsynopsis>
48
43
<modifier>public</modifier>
44
+
<type>string</type>
49
45
<varname linkend="reflectionparameter.props.name">name</varname>
50
46
</fieldsynopsis>
51
47

52
-
53
48
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
54
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionparameter')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
49
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionparameter')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='ReflectionParameter'])">
50
+
<xi:fallback/>
51
+
</xi:include>
52
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionparameter')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='ReflectionParameter'])">
53
+
<xi:fallback/>
54
+
</xi:include>
55
55
</classsynopsis>
56
56
<!-- }}} -->
57
57

...
...
@@ -75,13 +75,32 @@
75
75
</section>
76
76
<!-- }}} -->
77
77

78
-

78
+
<section role="changelog">
79
+
&reftitle.changelog;
80
+
<informaltable>
81
+
<tgroup cols="2">
82
+
<thead>
83
+
<row>
84
+
<entry>&Version;</entry>
85
+
<entry>&Description;</entry>
86
+
</row>
87
+
</thead>
88
+
<tbody>
89
+
<row>
90
+
<entry>8.0.0</entry>
91
+
<entry>
92
+
<methodname>ReflectionParameter::export</methodname> was removed.
93
+
</entry>
94
+
</row>
95
+
</tbody>
96
+
</tgroup>
97
+
</informaltable>
98
+
</section>
79
99
</partintro>
80
100

81
101
&reference.reflection.entities.reflectionparameter;
82
102

83
103
</phpdoc:classref>
84
-

85
104
<!-- Keep this comment at the end of the file
86
105
Local variables:
87
106
mode: sgml
88
107