RecursiveComponentIterator
final 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 31
RecursiveComponentIterator
getChildren()
The sub-iterator for the current element.
at line 40
int
count()
Returns the count of elements.