34 parent::__construct($it, $flags);
55 $child = $this->it->getChildren();
58 $this->ref =
new ReflectionClass($this);
64 if (!$this->flags & self::CATCH_GET_CHILD)
next()
Forward to next element if necessary then an Iterator for the Children will be created.
__construct(RecursiveIterator $it, $flags=self::CALL_TOSTRING)
Construct from another iterator.
Cached iteration over another Iterator.
Cached recursive iteration over another Iterator.
Interface for recursive iteration with RecursiveIteratorIterator.