From 5bd7acd54746b4ec4b252b0979da8dafa0a77be7 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 23 Jul 2015 22:12:07 +0000 Subject: [PATCH] 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 --- reference/spl/iteratoriterator.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/reference/spl/iteratoriterator.xml b/reference/spl/iteratoriterator.xml index 3ceccb6e87..4b5e2abd0f 100644 --- a/reference/spl/iteratoriterator.xml +++ b/reference/spl/iteratoriterator.xml @@ -47,7 +47,15 @@ - + + + &reftitle.notes; + + + This class permits access to methods of the inner iterator via the __call magic method. + + + &reference.spl.entities.iteratoriterator;