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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="MultipleIterator">
13
12
<modifier>public</modifier> <type>void</type><methodname>MultipleIterator::attachIterator</methodname>
14
13
<methodparam><type>Iterator</type><parameter>iterator</parameter></methodparam>
15
-
<methodparam choice="opt"><type>string</type><parameter>infos</parameter></methodparam>
14
+
<methodparam choice="opt"><type class="union"><type>string</type><type>int</type><type>null</type></type><parameter>info</parameter><initializer>&null;</initializer></methodparam>
16
15
</methodsynopsis>
17
16
<para>
18
17
Attaches iterator information.
...
...
@@ -35,11 +34,11 @@
35
34
</listitem>
36
35
</varlistentry>
37
36
<varlistentry>
38
-
<term><parameter>infos</parameter></term>
37
+
<term><parameter>info</parameter></term>
39
38
<listitem>
40
39
<para>
41
40
The associative information for the Iterator, which must be an
42
-
<type>integer</type>, a <type>string</type>, or &null;.
41
+
<type>int</type>, a <type>string</type>, or &null;.
43
42
</para>
44
43
</listitem>
45
44
</varlistentry>
...
...
@@ -58,7 +57,7 @@
58
57
&reftitle.errors;
59
58
<para>
60
59
An <classname>IllegalValueException</classname> if the <parameter>iterator</parameter> parameter
61
-
is invalid, or if <parameter>infos</parameter> is already associated
60
+
is invalid, or if <parameter>info</parameter> is already associated
62
61
information.
63
62
</para>
64
63
</refsect1>
...
...
@@ -73,7 +72,6 @@
73
72
</refsect1>
74
73

75
74
</refentry>
76
-

77
75
<!-- Keep this comment at the end of the file
78
76
Local variables:
79
77
mode: sgml
80
78