reference/spl/recursivecachingiterator/getchildren.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -1,4 +1,4 @@
1
-
<?xml version='1.0' encoding="utf-8"?>
1
+
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3
<refentry xml:id="recursivecachingiterator.getchildren" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
...
...
@@ -7,8 +7,8 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
11
-
<type>RecursiveCachingIterator</type><methodname>RecursiveCachingIterator::getChildren</methodname>
10
+
<methodsynopsis role="RecursiveCachingIterator">
11
+
<modifier>public</modifier> <type class="union"><type>RecursiveCachingIterator</type><type>null</type></type><methodname>RecursiveCachingIterator::getChildren</methodname>
12
12
<void/>
13
13
</methodsynopsis>
14
14

...
...
@@ -24,12 +24,11 @@
24
24
<refsect1 role="returnvalues">
25
25
&reftitle.returnvalues;
26
26
<para>
27
-
The inner iterator's children, as a RecursiveCachingIterator.
27
+
The inner iterator's children, as a RecursiveCachingIterator; or &null; if there is no children.
28
28
</para>
29
29
</refsect1>
30
30

31
31
</refentry>
32
-

33
32
<!-- Keep this comment at the end of the file
34
33
Local variables:
35
34
mode: sgml
36
35