Lggr
|
Public Member Functions | |
__construct (Directory $node) | |
rewind () | |
valid () | |
key () | |
current () | |
next () | |
getChildren () | |
hasChildren () | |
Recursive iterator for node object graphs.
SebastianBergmann\CodeCoverage\Node\Iterator::__construct | ( | Directory | $node | ) |
Directory | $node |
SebastianBergmann\CodeCoverage\Node\Iterator::current | ( | ) |
Returns the current element.
SebastianBergmann\CodeCoverage\Node\Iterator::getChildren | ( | ) |
Returns the sub iterator for the current element.
SebastianBergmann\CodeCoverage\Node\Iterator::hasChildren | ( | ) |
Checks whether the current element has children.
SebastianBergmann\CodeCoverage\Node\Iterator::key | ( | ) |
Returns the key of the current element.
SebastianBergmann\CodeCoverage\Node\Iterator::next | ( | ) |
Moves forward to next element.
SebastianBergmann\CodeCoverage\Node\Iterator::rewind | ( | ) |
Rewinds the Iterator to the first element.
SebastianBergmann\CodeCoverage\Node\Iterator::valid | ( | ) |