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

4
3
<refentry xml:id="reflectionzendextension.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionZendExtension::__construct</refname>
7
-
<refpurpose>Constructor</refpurpose>
6
+
<refpurpose>Constructs a ReflectionZendExtension object</refpurpose>
8
7
</refnamediv>
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<constructorsynopsis role="ReflectionZendExtension">
13
12
<modifier>public</modifier> <methodname>ReflectionZendExtension::__construct</methodname>
14
13
<methodparam><type>string</type><parameter>name</parameter></methodparam>
15
-
</methodsynopsis>
14
+
</constructorsynopsis>
16
15
<para>
17
-

16
+
Constructs a new <type>ReflectionZendExtension</type> object.
18
17
</para>
19
18

20
-
&warn.undocumented.func;
21
-

22
19
</refsect1>
23
20

24
21
<refsect1 role="parameters">
...
...
@@ -28,23 +25,21 @@
28
25
<term><parameter>name</parameter></term>
29
26
<listitem>
30
27
<para>
31
-
28
+
The extension name.
32
29
</para>
33
30
</listitem>
34
31
</varlistentry>
35
32
</variablelist>
36
33
</refsect1>
37
34

38
-
<refsect1 role="returnvalues">
39
-
&reftitle.returnvalues;
35
+
<refsect1 role="errors">
36
+
&reftitle.errors;
40
37
<para>
41
-

38
+
Throws <classname>ReflectionException</classname> if the extension to reflect does not exist.
42
39
</para>
43
40
</refsect1>
44
41

45
-

46
42
</refentry>
47
-

48
43
<!-- Keep this comment at the end of the file
49
44
Local variables:
50
45
mode: sgml
51
46