diff options
Diffstat (limited to 'ext/spl/internal/recursiveiteratoriterator.inc')
| -rwxr-xr-x | ext/spl/internal/recursiveiteratoriterator.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/spl/internal/recursiveiteratoriterator.inc b/ext/spl/internal/recursiveiteratoriterator.inc index 65f9a20ba9..0e76de21dd 100755 --- a/ext/spl/internal/recursiveiteratoriterator.inc +++ b/ext/spl/internal/recursiveiteratoriterator.inc @@ -164,14 +164,15 @@ class RecursiveIteratorIterator implements OuterIterator return $this->ait[$this->count]->getChildren(); } - /** Called right after calling getChildren() + /** Called right after calling getChildren() and its rewind(). * @since PHP 5.1 */ function beginChildren() { } - /** Called after current child iterator is invalid + /** Called after current child iterator is invalid and right before it + * gets destructed. * @since PHP 5.1 */ function endChildren() |
