PHP Класс Pinq\Iterators\Standard\ProjectionIterator

Автор: Elliot Levin ([email protected])
Наследование: extends IteratorIterator, use trait Pinq\Iterators\Common\ProjectionIterator
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Pinq\Iterators\Standard\IIterator $iterator, callable $keyProjectionFunction = null, callable $valueProjectionFunction = null )

Защищенные методы

Метод Описание
doFetch ( )

Описание методов

__construct() публичный Метод

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

doFetch() защищенный Метод

protected doFetch ( )