Class Recursor
Generic recursive iterator.
-
IteratorIterator
implements
Iterator,
Traversable,
OuterIterator
-
Nette\Iterators\Recursor
implements
RecursiveIterator,
Countable
Methods summary
public
boolean
|
#
hasChildren( )
Has the current element has children?
Has the current element has children?
Returns
boolean
Implementation of
|
public
RecursiveIterator
|
#
getChildren( )
The sub-iterator for the current element.
The sub-iterator for the current element.
Returns
Implementation of
|
public
integer
|
#
count( )
Returns the count of elements.
Returns the count of elements.
Returns
integer
Implementation of
|