reference/dom/domimplementation/construct.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -9,14 +9,20 @@
9
9
</refnamediv>
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<constructorsynopsis role="DOMImplementation">
13
13
<methodname>DOMImplementation::__construct</methodname>
14
14
<void/>
15
-
</methodsynopsis>
15
+
</constructorsynopsis>
16
16
<para>
17
17
Creates a new <classname>DOMImplementation</classname> object.
18
18
</para>
19
19
</refsect1>
20
+

21
+
<refsect1 role="parameters">
22
+
&reftitle.parameters;
23
+
&no.function.parameters;
24
+
</refsect1>
25
+
20
26
</refentry>
21
27

22
28
<!-- Keep this comment at the end of the file
23
29