reference/spl/filteriterator/next.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="filteriterator.next" 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>void</type><methodname>FilterIterator::next</methodname>
11
+
<methodsynopsis role="FilterIterator">
12
+
<modifier>public</modifier> <type>void</type><methodname>FilterIterator::next</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15

...
...
@@ -37,13 +37,12 @@
37
37
<para>
38
38
<simplelist>
39
39
<member><function>FilterIterator::current</function></member>
40
-
<member><function>FilterIterator::next</function></member>
40
+
<member><function>FilterIterator::key</function></member>
41
41
</simplelist>
42
42
</para>
43
43
</refsect1>
44
44

45
45
</refentry>
46
-

47
46
<!-- Keep this comment at the end of the file
48
47
Local variables:
49
48
mode: sgml
50
49