reference/dom/domcdatasection/construct.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<constructorsynopsis>
11
+
<constructorsynopsis role="DOMCdataSection">
13
12
<modifier>public</modifier> <methodname>DOMCdataSection::__construct</methodname>
14
-
<methodparam><type>string</type><parameter>value</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>data</parameter></methodparam>
15
14
</constructorsynopsis>
16
15
<para>
17
16
Constructs a new CDATA node. This works like the <classname>DOMText</classname>
...
...
@@ -23,7 +22,7 @@
23
22
&reftitle.parameters;
24
23
<variablelist>
25
24
<varlistentry>
26
-
<term><parameter>value</parameter></term>
25
+
<term><parameter>data</parameter></term>
27
26
<listitem>
28
27
<para>
29
28
The value of the CDATA node. If not supplied, an empty CDATA node is created.
...
...
@@ -73,7 +72,6 @@ echo $dom->saveXML();
73
72
</refsect1>
74
73

75
74
</refentry>
76
-

77
75
<!-- Keep this comment at the end of the file
78
76
Local variables:
79
77
mode: sgml
80
78