reference/spl/arrayobject/setiteratorclass.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -7,9 +7,9 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="ArrayObject">
11
11
<modifier>public</modifier> <type>void</type><methodname>ArrayObject::setIteratorClass</methodname>
12
-
<methodparam><type>string</type><parameter>iterator_class</parameter></methodparam>
12
+
<methodparam><type>string</type><parameter>iteratorClass</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Sets the classname of the array iterator that is used by
...
...
@@ -22,7 +22,7 @@
22
22
<para>
23
23
<variablelist>
24
24
<varlistentry>
25
-
<term><parameter>iterator_class</parameter></term>
25
+
<term><parameter>iteratorClass</parameter></term>
26
26
<listitem>
27
27
<para>
28
28
The classname of the array iterator to use when iterating over this object.
...
...
@@ -82,7 +82,6 @@ MyArrayIterator Object
82
82
</refsect1>
83
83

84
84
</refentry>
85
-

86
85
<!-- Keep this comment at the end of the file
87
86
Local variables:
88
87
mode: sgml
89
88