reference/reflection/reflectionparameter/getdeclaringclass.xml
ec2fe9a592f794978114ef5021db9f1d00c2e05d
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="reflectionparameter.getdeclaringclass" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionParameter::getDeclaringClass</refname>
...
...
@@ -9,16 +8,13 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>ReflectionClass</type><methodname>ReflectionParameter::getDeclaringClass</methodname>
14
-
<void />
11
+
<methodsynopsis role="ReflectionParameter">
12
+
<modifier>public</modifier> <type class="union"><type>ReflectionClass</type><type>null</type></type><methodname>ReflectionParameter::getDeclaringClass</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Gets the declaring class.
18
17
</para>
19
-

20
-
&warn.undocumented.func;
21
-

22
18
</refsect1>
23
19

24
20
<refsect1 role="parameters">
...
...
@@ -29,7 +25,7 @@
29
25
<refsect1 role="returnvalues">
30
26
&reftitle.returnvalues;
31
27
<para>
32
-
A <classname>ReflectionClass</classname> object.
28
+
A <classname>ReflectionClass</classname> object or &null; if called on function.
33
29
</para>
34
30
</refsect1>
35
31

...
...
@@ -80,7 +76,6 @@ object(ReflectionClass)#2 (1) {
80
76
</refsect1>
81
77

82
78
</refentry>
83
-

84
79
<!-- Keep this comment at the end of the file
85
80
Local variables:
86
81
mode: sgml
87
82