PHP Class Pinq\Iterators\Standard\ProjectionIterator

Author: Elliot Levin ([email protected])
Inheritance: extends IteratorIterator, use trait Pinq\Iterators\Common\ProjectionIterator
ファイルを表示 Open project: timetoogo/pinq

Public Methods

Method Description
__construct ( Pinq\Iterators\Standard\IIterator $iterator, callable $keyProjectionFunction = null, callable $valueProjectionFunction = null )

Protected Methods

Method Description
doFetch ( )

Method Details

__construct() public method

public __construct ( Pinq\Iterators\Standard\IIterator $iterator, callable $keyProjectionFunction = null, callable $valueProjectionFunction = null )
$iterator Pinq\Iterators\Standard\IIterator
$keyProjectionFunction callable
$valueProjectionFunction callable

doFetch() protected method

protected doFetch ( )