reference/spl/recursiveiterator/getchildren.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -7,8 +7,8 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
11
-
<modifier>public</modifier> <type>RecursiveIterator</type><methodname>RecursiveIterator::getChildren</methodname>
10
+
<methodsynopsis role="RecursiveIterator">
11
+
<modifier>public</modifier> <type class="union"><type>RecursiveIterator</type><type>null</type></type><methodname>RecursiveIterator::getChildren</methodname>
12
12
<void/>
13
13
</methodsynopsis>
14
14
<para>
...
...
@@ -24,7 +24,7 @@
24
24
<refsect1 role="returnvalues">
25
25
&reftitle.returnvalues;
26
26
<para>
27
-
An iterator for the current entry.
27
+
Returns an iterator for the current entry if it exists, or &null; otherwise.
28
28
</para>
29
29
</refsect1>
30
30

...
...
@@ -38,7 +38,6 @@
38
38
</refsect1>
39
39

40
40
</refentry>
41
-

42
41
<!-- Keep this comment at the end of the file
43
42
Local variables:
44
43
mode: sgml
45
44