PHP Class Pinq\Iterators\Standard\ProjectionIterator

Author: Elliot Levin ([email protected])
Inheritance: extends IteratorIterator, use trait Pinq\Iterators\Common\ProjectionIterator
Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

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

Méthodes protégées

Méthode Description
doFetch ( )

Method Details

__construct() public méthode

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

doFetch() protected méthode

protected doFetch ( )