reference/spl/multipleiterator/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="multipleiterator.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>MultipleIterator::__construct</refname>
...
...
@@ -9,14 +8,9 @@
9
8
10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<constructorsynopsis>
13
-
<modifier>public</modifier>
14
-
<methodname>MultipleIterator::__construct</methodname>
15
-
<methodparam choice="opt">
16
-
<type>int</type>
17
-
<parameter>flags</parameter>
18
-
<initializer>MultipleIterator::MIT_NEED_ALL|MultipleIterator::MIT_KEYS_NUMERIC</initializer>
19
-
</methodparam>
11
+
<constructorsynopsis role="MultipleIterator">
12
+
<modifier>public</modifier> <methodname>MultipleIterator::__construct</methodname>
13
+
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>MultipleIterator::MIT_NEED_ALL | MultipleIterator::MIT_KEYS_NUMERIC</initializer></methodparam>
20
14
</constructorsynopsis>
21
15
<para>
22
16
Construct a new MultipleIterator.
...
...
@@ -49,13 +43,6 @@
49
43
</para>
50
44
</refsect1>
51
45

52
-
<refsect1 role="returnvalues">
53
-
&reftitle.returnvalues;
54
-
<para>
55
-
&return.void;
56
-
</para>
57
-
</refsect1>
58
-
59
46
<refsect1 role="examples"><!-- {{{ -->
60
47
&reftitle.examples;
61
48
<para>
...
...
@@ -178,7 +165,6 @@ Array
178
165
</refsect1>
179
166
180
167
</refentry>
181
-

182
168
<!-- Keep this comment at the end of the file
183
169
Local variables:
184
170
mode: sgml
185
171