|
MediaWiki master
|
Wraps a non-recursive iterator with methods to be recursive without children. More...
Inherits IteratorDecorator, and RecursiveIterator.

Public Member Functions | |
| getChildren () | |
| hasChildren () | |
Public Member Functions inherited from IteratorDecorator | |
| __construct (Iterator $iterator) | |
| current () | |
| key () | |
| next () | |
| rewind () | |
| valid () | |
Additional Inherited Members | |
Protected Attributes inherited from IteratorDecorator | |
| Iterator | $iterator |
Wraps a non-recursive iterator with methods to be recursive without children.
Alternatively wraps a recursive iterator to prevent recursing deeper than the wrapped iterator.
Definition at line 15 of file NotRecursiveIterator.php.
| NotRecursiveIterator::getChildren | ( | ) |
Definition at line 20 of file NotRecursiveIterator.php.
| NotRecursiveIterator::hasChildren | ( | ) |
Definition at line 16 of file NotRecursiveIterator.php.