reference/spl/recursiveiteratoriterator/callgetchildren.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="recursiveiteratoriterator.callgetchildren" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>RecursiveIteratorIterator::callGetChildren</refname>
...
...
@@ -9,16 +8,13 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>RecursiveIterator</type><methodname>RecursiveIteratorIterator::callGetChildren</methodname>
14
-
<void />
11
+
<methodsynopsis role="RecursiveIteratorIterator">
12
+
<modifier>public</modifier> <type class="union"><type>RecursiveIterator</type><type>null</type></type><methodname>RecursiveIteratorIterator::callGetChildren</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Get children of the current element.
18
17
</para>
19
-

20
-
&warn.undocumented.func;
21
-

22
18
</refsect1>
23
19

24
20
<refsect1 role="parameters">
...
...
@@ -29,13 +25,12 @@
29
25
<refsect1 role="returnvalues">
30
26
&reftitle.returnvalues;
31
27
<para>
32
-
A <methodname>RecursiveIterator</methodname>.
28
+
A <methodname>RecursiveIterator</methodname> on success, or &null; on failure.
33
29
</para>
34
30
</refsect1>
35
31

36
32

37
33
</refentry>
38
-

39
34
<!-- Keep this comment at the end of the file
40
35
Local variables:
41
36
mode: sgml
42
37