reference/spl/parentiterator/getchildren.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -1,4 +1,4 @@
1
-
<?xml version='1.0' encoding='iso-8859-1'?>
1
+
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3
<refentry xml:id="parentiterator.getchildren" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
...
...
@@ -7,12 +7,12 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
11
-
<type>ParentIterator</type><methodname>ParentIterator::getChildren</methodname>
10
+
<methodsynopsis role="ParentIterator">
11
+
<modifier>public</modifier> <type>ParentIterator</type><methodname>ParentIterator::getChildren</methodname>
12
12
<void/>
13
13
</methodsynopsis>
14
14
<para>
15
-
Get the the inner iterator's children contained in a ParentIterator.
15
+
Get the inner iterator's children contained in a ParentIterator.
16
16
</para>
17
17

18
18
&warn.undocumented.func;
...
...
@@ -44,7 +44,7 @@ sgml-indent-step:1
44
44
sgml-indent-data:t
45
45
indent-tabs-mode:nil
46
46
sgml-parent-document:nil
47
-
sgml-default-dtd-file:"../../../../manual.ced"
47
+
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
48
48
sgml-exposed-tags:nil
49
49
sgml-local-catalogs:nil
50
50
sgml-local-ecat-files:nil
51
51