PHP Class Pinq\Iterators\Standard\IGeneratorAdapter

This class providers interoperability between the generator scheme and the standard scheme.
Author: Elliot Levin ([email protected])
Inheritance: extends IteratorAdapter
Afficher le fichier Open project: timetoogo/pinq

Protected Properties

Свойство Type Description
$currentGeneratorWrapper Generator
$currentKey mixed
$currentValue mixed
$generator Pinq\Iterators\Generators\IGenerator

Méthodes publiques

Méthode Description
__construct ( Pinq\Iterators\Generators\IGenerator $generator )
doRewind ( )

Méthodes protégées

Méthode Description
buildGeneratorWrapper ( ) hence we should be able to utilise generator in this iterator
doFetch ( )

Method Details

__construct() public méthode

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

buildGeneratorWrapper() protected méthode

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

doFetch() protected méthode

protected doFetch ( )

doRewind() public méthode

public doRewind ( )

Property Details

$currentGeneratorWrapper protected_oe property

protected Generator $currentGeneratorWrapper
Résultat Generator

$currentKey protected_oe property

protected mixed $currentKey
Résultat mixed

$currentValue protected_oe property

protected mixed $currentValue
Résultat mixed

$generator protected_oe property

protected IGenerator,Pinq\Iterators\Generators $generator
Résultat Pinq\Iterators\Generators\IGenerator