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

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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<constructorsynopsis role="ReflectionObject">
13
12
<modifier>public</modifier> <methodname>ReflectionObject::__construct</methodname>
14
-
<methodparam><type>object</type><parameter>argument</parameter></methodparam>
15
-
</methodsynopsis>
13
+
<methodparam><type>object</type><parameter>object</parameter></methodparam>
14
+
</constructorsynopsis>
16
15
<para>
17
16
Constructs a <classname>ReflectionObject</classname>.
18
17
</para>
19
-

20
-
&warn.undocumented.func;
21
-

22
18
</refsect1>
23
19

24
20
<refsect1 role="parameters">
...
...
@@ -26,7 +22,7 @@
26
22
<para>
27
23
<variablelist>
28
24
<varlistentry>
29
-
<term><parameter>argument</parameter></term>
25
+
<term><parameter>object</parameter></term>
30
26
<listitem>
31
27
<para>
32
28
An object instance.
...
...
@@ -37,13 +33,6 @@
37
33
</para>
38
34
</refsect1>
39
35

40
-
<refsect1 role="returnvalues">
41
-
&reftitle.returnvalues;
42
-
<para>
43
-
&return.void;
44
-
</para>
45
-
</refsect1>
46
-

47
36
<refsect1 role="seealso">
48
37
&reftitle.seealso;
49
38
<para>
...
...
@@ -55,7 +44,6 @@
55
44
</refsect1>
56
45

57
46
</refentry>
58
-

59
47
<!-- Keep this comment at the end of the file
60
48
Local variables:
61
49
mode: sgml
62
50