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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<constructorsynopsis role="oop">
13
-
<modifier>public</modifier>
14
-
<methodname>RecursiveCallbackFilterIterator::__construct</methodname>
11
+
<constructorsynopsis role="RecursiveCallbackFilterIterator">
12
+
<modifier>public</modifier> <methodname>RecursiveCallbackFilterIterator::__construct</methodname>
15
13
<methodparam><type>RecursiveIterator</type><parameter>iterator</parameter></methodparam>
16
-
<methodparam><type>string</type><parameter>callback</parameter></methodparam>
14
+
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
17
15
</constructorsynopsis>
18
16
<para>
19
17
Creates a filtered iterator from a <interfacename>RecursiveIterator</interfacename>
...
...
@@ -49,13 +47,6 @@
49
47
</variablelist>
50
48
</refsect1>
51
49

52
-
<refsect1 role="returnvalues">
53
-
&reftitle.returnvalues;
54
-
<para>
55
-
&return.void;
56
-
</para>
57
-
</refsect1>
58
-

59
50
<refsect1 role="seealso">
60
51
&reftitle.seealso;
61
52
<para>
...
...
@@ -68,7 +59,6 @@
68
59
</refsect1>
69
60

70
61
</refentry>
71
-

72
62
<!-- Keep this comment at the end of the file
73
63
Local variables:
74
64
mode: sgml
75
65