PHP Class Pinq\Iterators\Standard\FilterIterator

Author: Elliot Levin ([email protected])
Inheritance: extends IteratorIterator, use trait Pinq\Iterators\Common\FilterIterator
Show file Open project: timetoogo/pinq

Public Methods

Method Description
__construct ( Pinq\Iterators\Standard\IIterator $iterator, callable $filter )

Protected Methods

Method Description
doFetch ( )

Method Details

__construct() public method

public __construct ( Pinq\Iterators\Standard\IIterator $iterator, callable $filter )
$iterator Pinq\Iterators\Standard\IIterator
$filter callable

doFetch() protected method

protected doFetch ( )