mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
added note that IteratorIterator delegates to the inner iterator (contributed
by anon user) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337231 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1f4b86ab4b
commit
5bd7acd547
1 changed files with 9 additions and 1 deletions
|
@ -47,7 +47,15 @@
|
|||
<!-- }}} -->
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<refsect1 role="notes"><!-- {{{ -->
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
This class permits access to methods of the inner iterator via the __call magic method.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1><!-- }}} -->
|
||||
</partintro>
|
||||
|
||||
&reference.spl.entities.iteratoriterator;
|
||||
|
|
Loading…
Reference in a new issue