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

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

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

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

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

Метод Описание
iteratorGenerator ( Pinq\Iterators\Generators\IGenerator $iterator )

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

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

public __construct ( Pinq\Iterators\Generators\IGenerator $iterator, callable $keyProjectionFunction = null, callable $valueProjectionFunction = null )
$iterator Pinq\Iterators\Generators\IGenerator
$keyProjectionFunction callable
$valueProjectionFunction callable

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

protected iteratorGenerator ( Pinq\Iterators\Generators\IGenerator $iterator )
$iterator Pinq\Iterators\Generators\IGenerator