mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix method signature (int => public string) (thanks to yawk)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295702 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cd77e138c3
commit
d042351dd7
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ArrayObject::getIteratorClass</methodname>
|
||||
<modifier>public</modifier> <type>string</type><methodname>ArrayObject::getIteratorClass</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Gets the classname of the array iterator that is used by
|
||||
Gets the class name of the array iterator that is used by
|
||||
<link linkend="arrayobject.getiterator">ArrayObject::getIterator()</link>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue