PHP Interface Pinq\Iterators\IWrapperIterator

Author: Elliot Levin ([email protected])
Inheritance: extends Traversable, extends Pinq\Iterators\IIterator
Show file Open project: timetoogo/pinq

Public Methods

Method Description
getSourceIterator ( ) : Traversable Returns the inner iterator.
updateSourceIterator ( Traversable $sourceIterator ) : static Returns a new instance of the iterator with the supplied source iterator.

Method Details

getSourceIterator() public method

Returns the inner iterator.

updateSourceIterator() public method

Returns a new instance of the iterator with the supplied source iterator.
public updateSourceIterator ( Traversable $sourceIterator ) : static
$sourceIterator Traversable
return static