Skip to content

Commit

Permalink
ajustes getiterator.xml de spl/arrayobject conforme revisão em inglês…
Browse files Browse the repository at this point in the history
… em d51166ca16fda8e766849505b84f9306ef443f71
  • Loading branch information
fernandowobeto authored Nov 28, 2023
1 parent 1adfd77 commit 036d40a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions reference/spl/arrayobject/getiterator.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- EN-Revision: 2fd3f0c96d9d221fe37109775af4df4cf949d5d8 Maintainer: diogo Status: ready -->
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: diogo -->
<refentry xml:id="arrayobject.getiterator" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ArrayObject::getIterator</refname>
<refpurpose>Retorna o iterador do ArrayObject</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>ArrayIterator</type><methodname>ArrayObject::getIterator</methodname>
<methodsynopsis role="ArrayObject">
<modifier>public</modifier> <type>Iterator</type><methodname>ArrayObject::getIterator</methodname>
<void/>
</methodsynopsis>
<para>
Expand Down Expand Up @@ -64,7 +64,6 @@ while($iterator->valid()) {
</para>
</refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down

0 comments on commit 036d40a

Please sign in to comment.