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:
Christoph Michael Becker 2015-07-23 22:12:07 +00:00
parent 1f4b86ab4b
commit 5bd7acd547

View file

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