reference/spl/recursivefilteriterator/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="recursivefilteriterator.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>RecursiveFilterIterator::__construct</refname>
...
...
@@ -9,10 +8,10 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<constructorsynopsis role="RecursiveFilterIterator">
13
12
<modifier>public</modifier> <methodname>RecursiveFilterIterator::__construct</methodname>
14
13
<methodparam><type>RecursiveIterator</type><parameter>iterator</parameter></methodparam>
15
-
</methodsynopsis>
14
+
</constructorsynopsis>
16
15
<para>
17
16
Create a <classname>RecursiveFilterIterator</classname> from a <classname>RecursiveIterator</classname>.
18
17
</para>
...
...
@@ -35,13 +34,6 @@
35
34
</para>
36
35
</refsect1>
37
36

38
-
<refsect1 role="returnvalues">
39
-
&reftitle.returnvalues;
40
-
<para>
41
-
&return.void;
42
-
</para>
43
-
</refsect1>
44
-

45
37
<refsect1 role="examples">
46
38
&reftitle.examples;
47
39
<para>
...
...
@@ -140,7 +132,6 @@ test5
140
132
</refsect1>
141
133

142
134
</refentry>
143
-

144
135
<!-- Keep this comment at the end of the file
145
136
Local variables:
146
137
mode: sgml
147
138