RecursiveTreeIterator::nextElement

(PHP 5 >= 5.3.0, PHP 7) Next element public void RecursiveTreeIterator::nextElement ( void ) Called when the next element is available. Returns: No value is returned. This function is currently not documented; only its argument list is available.

RecursiveTreeIterator::next

(PHP 5 >= 5.3.0, PHP 7) Move to next element public void RecursiveTreeIterator::next ( void ) Moves forward to the next element. Returns: No value is returned. This function is currently not documented; only its argument list is available.

RecursiveTreeIterator::key

(PHP 5 >= 5.3.0, PHP 7) Get the key of the current element public string RecursiveTreeIterator::key ( void ) Gets the current key prefixed and postfixed. Returns: Returns the current key prefixed and postfixed. This function is currently not documented; only its argument list is available.

RecursiveTreeIterator::getPrefix

(PHP 5 >= 5.3.0, PHP 7) Get the prefix public string RecursiveTreeIterator::getPrefix ( void ) Gets the string to place in front of current element Returns: Returns the string to place in front of current element This function is currently not documented; only its argument list is available.

RecursiveTreeIterator::getPostfix

(PHP 5 >= 5.3.0, PHP 7) Get the postfix public void RecursiveTreeIterator::getPostfix ( void ) Gets the string to place after the current element. Returns: Returns the string to place after the current element. This function is currently not documented; only its argument list is available.

RecursiveTreeIterator::getEntry

(PHP 5 >= 5.3.0, PHP 7) Get current entry public string RecursiveTreeIterator::getEntry ( void ) Gets the part of the tree built for the current element. Returns: Returns the part of the tree built for the current element. This function is currently not documented; only its argument list is available.

RecursiveTreeIterator::endIteration

(PHP 5 >= 5.3.0, PHP 7) End iteration public void RecursiveTreeIterator::endIteration ( void ) Called when the iteration ends (when RecursiveTreeIterator::valid() first returns FALSE) Returns: No value is returned. This function is currently not documented; only its argument list is available.

RecursiveTreeIterator::endChildren

(PHP 5 >= 5.3.0, PHP 7) End children public void RecursiveTreeIterator::endChildren ( void ) Called when end recursing one level. Returns: No value is returned. This function is currently not documented; only its argument list is available.

RecursiveTreeIterator::current

(PHP 5 >= 5.3.0, PHP 7) Get current element public string RecursiveTreeIterator::current ( void ) Gets the current element prefixed and postfixed. Returns: Returns the current element prefixed and postfixed. This function is currently not documented; only its argument list is available.

RecursiveTreeIterator::__construct

(PHP 5 >= 5.3.0, PHP 7) Construct a RecursiveTreeIterator public RecursiveTreeIterator::__construct ( RecursiveIterator|IteratorAggregate $it [, int $flags = RecursiveTreeIterator::BYPASS_KEY [, int $cit_flags = CachingIterator::CATCH_GET_CHILD [, int $mode = RecursiveIteratorIterator::SELF_FIRST ]]] ) Constructs a new RecursiveTreeIterator from the supplied recursive iterator. Parameters: