reference/spl/recursivedirectoryiterator/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="recursivedirectoryiterator.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>object</type><methodname>RecursiveDirectoryIterator::getChildren</methodname>
10
+
<methodsynopsis role="RecursiveDirectoryIterator">
11
+
<modifier>public</modifier> <type>RecursiveDirectoryIterator</type><methodname>RecursiveDirectoryIterator::getChildren</methodname>
12
12
<void/>
13
13
</methodsynopsis>
14
14

...
...
@@ -24,12 +24,13 @@
24
24
<refsect1 role="returnvalues">
25
25
&reftitle.returnvalues;
26
26
<para>
27
-
An iterator for the current entry, if it is a directory.
27
+
The filename, file information, or $this depending on the set flags.
28
+
See the <link linkend="filesystemiterator.constants">FilesystemIterator
29
+
constants</link>.
28
30
</para>
29
31
</refsect1>
30
32

31
33
</refentry>
32
-

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