reference/dom/domentityreference/construct.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='domentityreference.construct' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="domentityreference.construct" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>DOMEntityReference::__construct</refname>
6
6
<refpurpose>
...
...
@@ -9,10 +9,10 @@
9
9
</refnamediv>
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<constructorsynopsis role="DOMEntityReference">
13
13
<modifier>public</modifier> <methodname>DOMEntityReference::__construct</methodname>
14
14
<methodparam><type>string</type><parameter>name</parameter></methodparam>
15
-
</methodsynopsis>
15
+
</constructorsynopsis>
16
16
<para>
17
17
Creates a new <classname>DOMEntityReference</classname> object.
18
18
</para>
...
...
@@ -61,7 +61,6 @@ echo $dom->saveXML(); /* <?xml version="1.0" encoding="iso-8859-1"?><root>&nbsp;
61
61
</para>
62
62
</refsect1>
63
63
</refentry>
64
-

65
64
<!-- Keep this comment at the end of the file
66
65
Local variables:
67
66
mode: sgml
68
67