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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<constructorsynopsis role="RecursiveCachingIterator">
13
12
<modifier>public</modifier> <methodname>RecursiveCachingIterator::__construct</methodname>
14
13
<methodparam><type>Iterator</type><parameter>iterator</parameter></methodparam>
15
-
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>self::CALL_TOSTRING</initializer></methodparam>
16
-
</methodsynopsis>
14
+
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>RecursiveCachingIterator::CALL_TOSTRING</initializer></methodparam>
15
+
</constructorsynopsis>
17
16
<para>
18
17
Constructs a new <classname>RecursiveCachingIterator</classname>,
19
18
which consists of a passed in <parameter>iterator</parameter>.
...
...
@@ -49,13 +48,6 @@
49
48
</para>
50
49
</refsect1>
51
50

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

59
51
<refsect1 role="seealso">
60
52
&reftitle.seealso;
61
53
<para>
...
...
@@ -66,7 +58,6 @@
66
58
</refsect1>
67
59

68
60
</refentry>
69
-

70
61
<!-- Keep this comment at the end of the file
71
62
Local variables:
72
63
mode: sgml
73
64