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

This class providers interoperability between the generator scheme and the standard scheme.
Автор: Elliot Levin ([email protected])
Наследование: extends IteratorAdapter
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$currentGeneratorWrapper Generator
$currentKey mixed
$currentValue mixed
$generator Pinq\Iterators\Generators\IGenerator

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

Метод Описание
__construct ( Pinq\Iterators\Generators\IGenerator $generator )
doRewind ( )

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

Метод Описание
buildGeneratorWrapper ( ) hence we should be able to utilise generator in this iterator
doFetch ( )

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

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

public __construct ( Pinq\Iterators\Generators\IGenerator $generator )
$generator Pinq\Iterators\Generators\IGenerator

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

hence we should be able to utilise generator in this iterator
protected buildGeneratorWrapper ( )

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

protected doFetch ( )

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

public doRewind ( )

Описание свойств

$currentGeneratorWrapper защищенное свойство

protected Generator $currentGeneratorWrapper
Результат Generator

$currentKey защищенное свойство

protected mixed $currentKey
Результат mixed

$currentValue защищенное свойство

protected mixed $currentValue
Результат mixed

$generator защищенное свойство

protected IGenerator,Pinq\Iterators\Generators $generator
Результат Pinq\Iterators\Generators\IGenerator