reference/dom/domdocument/createdocumentfragment.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -7,7 +7,7 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="DOMDocument">
11
11
<modifier>public</modifier> <type>DOMDocumentFragment</type><methodname>DOMDocument::createDocumentFragment</methodname>
12
12
<void/>
13
13
</methodsynopsis>
...
...
@@ -16,12 +16,43 @@
16
16
<classname>DOMDocumentFragment</classname>. &dom.node.inserted;
17
17
</para>
18
18
</refsect1>
19
+

20
+
<refsect1 role="parameters">
21
+
&reftitle.parameters;
22
+
&no.function.parameters;
23
+
</refsect1>
24
+
19
25
<refsect1 role="returnvalues">
20
26
&reftitle.returnvalues;
21
27
<para>
22
-
The new <classname>DOMDocumentFragment</classname> or &false; if an error occurred.
28
+
The new <classname>DOMDocumentFragment</classname>.
23
29
</para>
24
-
</refsect1> <refsect1 role="seealso">
30
+
</refsect1>
31
+

32
+
<refsect1 role="changelog">
33
+
&reftitle.changelog;
34
+
<informaltable>
35
+
<tgroup cols="2">
36
+
<thead>
37
+
<row>
38
+
<entry>&Version;</entry>
39
+
<entry>&Description;</entry>
40
+
</row>
41
+
</thead>
42
+
<tbody>
43
+
<row>
44
+
<entry>8.1.0</entry>
45
+
<entry>
46
+
In case of an error, a <classname>DomException</classname> is thrown now.
47
+
Previously, &false; was returned.
48
+
</entry>
49
+
</row>
50
+
</tbody>
51
+
</tgroup>
52
+
</informaltable>
53
+
</refsect1>
54
+

55
+
<refsect1 role="seealso">
25
56
&reftitle.seealso;
26
57
<para>
27
58
<simplelist>
...
...
@@ -39,7 +70,6 @@
39
70
</para>
40
71
</refsect1>
41
72
</refentry>
42
-

43
73
<!-- Keep this comment at the end of the file
44
74
Local variables:
45
75
mode: sgml
46
76