reference/spl/recursivedirectoryiterator/haschildren.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.haschildren" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
...
...
@@ -7,9 +7,9 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
11
-
<type>bool</type><methodname>RecursiveDirectoryIterator::hasChildren</methodname>
12
-
<methodparam choice="opt"><type>bool</type><parameter>allow_links</parameter></methodparam>
10
+
<methodsynopsis role="RecursiveDirectoryIterator">
11
+
<modifier>public</modifier> <type>bool</type><methodname>RecursiveDirectoryIterator::hasChildren</methodname>
12
+
<methodparam choice="opt"><type>bool</type><parameter>allowLinks</parameter><initializer>&false;</initializer></methodparam>
13
13
</methodsynopsis>
14
14

15
15
&warn.undocumented.func;
...
...
@@ -21,7 +21,7 @@
21
21
<para>
22
22
<variablelist>
23
23
<varlistentry>
24
-
<term><parameter>allow_links</parameter></term>
24
+
<term><parameter>allowLinks</parameter></term>
25
25
<listitem>
26
26
<para>
27
27
<!-- FIXME -->
...
...
@@ -40,7 +40,6 @@
40
40
</refsect1>
41
41

42
42
</refentry>
43
-

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