RecursiveComponentIterator
class RecursiveComponentIterator extends RecursiveArrayIterator implements Countable
internal |
Recursive component iterator. See Container::getComponents().
Methods
bool
hasChildren()
Has the current element has children?
getChildren()
The sub-iterator for the current element.
int
count()
Returns the count of elements.
Details
at line 22
bool
hasChildren()
Has the current element has children?
at line 32
RecursiveIterator
getChildren()
The sub-iterator for the current element.
at line 42
int
count()
Returns the count of elements.