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:
Peter Cowburn 2010-03-01 23:04:54 +00:00
parent cd77e138c3
commit d042351dd7

View file

@ -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>