reference/spl/arrayobject/getiterator.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -1,4 +1,4 @@
1
-
<?xml version='1.0' encoding="utf-8"?>
1
+
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3
<refentry xml:id="arrayobject.getiterator" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
...
...
@@ -8,8 +8,8 @@
8
8

9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
12
-
<type>ArrayIterator</type><methodname>ArrayObject::getIterator</methodname>
11
+
<methodsynopsis role="ArrayObject">
12
+
<modifier>public</modifier> <type>Iterator</type><methodname>ArrayObject::getIterator</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -65,7 +65,6 @@ while($iterator->valid()) {
65
65
</para>
66
66
</refsect1>
67
67
</refentry>
68
-

69
68
<!-- Keep this comment at the end of the file
70
69
Local variables:
71
70
mode: sgml
72
71