Lggr
Public Member Functions | List of all members
SebastianBergmann\CodeCoverage\Node\Iterator Class Reference
Inheritance diagram for SebastianBergmann\CodeCoverage\Node\Iterator:
Inheritance graph
[legend]
Collaboration diagram for SebastianBergmann\CodeCoverage\Node\Iterator:
Collaboration graph
[legend]

Public Member Functions

 __construct (Directory $node)
 
 rewind ()
 
 valid ()
 
 key ()
 
 current ()
 
 next ()
 
 getChildren ()
 
 hasChildren ()
 

Detailed Description

Recursive iterator for node object graphs.

Constructor & Destructor Documentation

◆ __construct()

SebastianBergmann\CodeCoverage\Node\Iterator::__construct ( Directory  $node)
Parameters
Directory$node

Member Function Documentation

◆ current()

SebastianBergmann\CodeCoverage\Node\Iterator::current ( )

Returns the current element.

Returns
\PHPUnit_Framework_Test

◆ getChildren()

SebastianBergmann\CodeCoverage\Node\Iterator::getChildren ( )

Returns the sub iterator for the current element.

Returns
Iterator

◆ hasChildren()

SebastianBergmann\CodeCoverage\Node\Iterator::hasChildren ( )

Checks whether the current element has children.

Returns
bool

◆ key()

SebastianBergmann\CodeCoverage\Node\Iterator::key ( )

Returns the key of the current element.

Returns
int

◆ next()

SebastianBergmann\CodeCoverage\Node\Iterator::next ( )

Moves forward to next element.

◆ rewind()

SebastianBergmann\CodeCoverage\Node\Iterator::rewind ( )

Rewinds the Iterator to the first element.

◆ valid()

SebastianBergmann\CodeCoverage\Node\Iterator::valid ( )

Checks if there is a current element after calls to rewind() or next().

Returns
bool

The documentation for this class was generated from the following file: