reference/spl/recursiveiteratoriterator/construct.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="recursiveiteratoriterator.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>RecursiveIteratorIterator::__construct</refname>
...
...
@@ -9,12 +8,12 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<constructorsynopsis role="RecursiveIteratorIterator">
13
12
<modifier>public</modifier> <methodname>RecursiveIteratorIterator::__construct</methodname>
14
13
<methodparam><type>Traversable</type><parameter>iterator</parameter></methodparam>
15
14
<methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>RecursiveIteratorIterator::LEAVES_ONLY</initializer></methodparam>
16
15
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
17
-
</methodsynopsis>
16
+
</constructorsynopsis>
18
17
<para>
19
18
Creates a <classname>RecursiveIteratorIterator</classname> from a <classname>RecursiveIterator</classname>.
20
19
</para>
...
...
@@ -68,14 +67,6 @@
68
67
</para>
69
68
</refsect1>
70
69

71
-
<refsect1 role="returnvalues">
72
-
&reftitle.returnvalues;
73
-
<para>
74
-
&return.void;
75
-
</para>
76
-
</refsect1>
77
-

78
-

79
70
<refsect1 role="examples"><!-- {{{ -->
80
71
&reftitle.examples;
81
72
<para>
...
...
@@ -171,7 +162,6 @@ foreach ($iterator as $key => $leaf) {
171
162
</refsect1><!-- }}} -->
172
163

173
164
</refentry>
174
-

175
165
<!-- Keep this comment at the end of the file
176
166
Local variables:
177
167
mode: sgml
178
168