Skip to content

Commit 103a833

Browse files
committed
getiterator.xml Specify the exact classname for the new iterator
php/doc-en@ba762ce
1 parent 2e4a2c6 commit 103a833

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/spl/arrayobject/getiterator.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: da11d3f56626c3d87a4933227180909676b27109 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: ba762ce190acd0ac2f18362b59afb001bb74a65e Maintainer: takagi Status: ready -->
44
<!-- CREDITS: shimooka -->
55
<refentry xml:id="arrayobject.getiterator" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -15,7 +15,9 @@
1515
<void/>
1616
</methodsynopsis>
1717
<para>
18-
新しいイテレータを <classname>ArrayObject</classname> インスタンスから作成します。
18+
新しい <interfacename>Iterator</interfacename>
19+
(デフォルトは <classname>ArrayIterator</classname>) を
20+
<classname>ArrayObject</classname> インスタンスから作成します。
1921
</para>
2022
</refsect1>
2123

0 commit comments

Comments
 (0)