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

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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<constructorsynopsis role="ReflectionExtension">
13
12
<modifier>public</modifier> <methodname>ReflectionExtension::__construct</methodname>
14
13
<methodparam><type>string</type><parameter>name</parameter></methodparam>
15
-
</methodsynopsis>
14
+
</constructorsynopsis>
16
15
<para>
17
16
Construct a <classname>ReflectionExtension</classname> <type>object</type>.
18
17
</para>
...
...
@@ -34,10 +33,10 @@
34
33
</para>
35
34
</refsect1>
36
35

37
-
<refsect1 role="returnvalues">
38
-
&reftitle.returnvalues;
36
+
<refsect1 role="errors">
37
+
&reftitle.errors;
39
38
<para>
40
-
A <classname>ReflectionExtension</classname> <type>object</type>.
39
+
Throws <classname>ReflectionException</classname> if the extension to reflect does not exist.
41
40
</para>
42
41
</refsect1>
43
42

...
...
@@ -76,7 +75,6 @@ Extension: Reflection (version: $Revision$)
76
75
</refsect1>
77
76

78
77
</refentry>
79
-

80
78
<!-- Keep this comment at the end of the file
81
79
Local variables:
82
80
mode: sgml
83
81