reference/dom/domprocessinginstruction/construct.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='domprocessinginstruction.construct' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="domprocessinginstruction.construct" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>DOMProcessingInstruction::__construct</refname>
6
6
<refpurpose>
...
...
@@ -9,17 +9,17 @@
9
9
</refnamediv>
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<constructorsynopsis role="DOMProcessingInstruction">
13
13
<modifier>public</modifier> <methodname>DOMProcessingInstruction::__construct</methodname>
14
14
<methodparam><type>string</type><parameter>name</parameter></methodparam>
15
-
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
16
-
</methodsynopsis>
15
+
<methodparam choice="opt"><type>string</type><parameter>value</parameter><initializer>""</initializer></methodparam>
16
+
</constructorsynopsis>
17
17
<para>
18
18
Creates a new <classname>DOMProcessingInstruction</classname> object.
19
19
This object is read only. It may be appended to a document, but
20
20
additional nodes may not be appended to this node until
21
21
the node is associated with a document. To create a writeable node, use
22
-
<xref linkend="domdocument.createprocessinginstruction" />.
22
+
<xref linkend="domdocument.createprocessinginstruction"/>.
23
23
</para>
24
24
</refsect1>
25
25
<refsect1 role="parameters">
...
...
@@ -83,7 +83,6 @@ echo $dom->saveXML();
83
83
</para>
84
84
</refsect1>
85
85
</refentry>
86
-

87
86
<!-- Keep this comment at the end of the file
88
87
Local variables:
89
88
mode: sgml
90
89