PHP Class Pinq\Iterators\Generators\JoinIterator

Author: Elliot Levin ([email protected])
Inheritance: extends IteratorGenerator, implements Pinq\Iterators\IJoinToIterator, use trait Pinq\Iterators\Common\JoinIterator
Afficher le fichier Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Свойство Type Description
$innerIterator Pinq\Iterators\Generators\IGenerator
$outerIterator Pinq\Iterators\Generators\IGenerator

Méthodes publiques

Méthode Description
__construct ( Pinq\Iterators\Generators\IGenerator $outerIterator, Pinq\Iterators\Generators\IGenerator $innerIterator )
walk ( callable $function )

Méthodes protégées

Méthode Description
beforeOuterLoopData ( )
defaultIterator ( Pinq\Iterators\Generators\IGenerator $iterator )
innerForeach ( $outerKey, $outerValue, array $data, &$count )
innerGenerator ( mixed $outerKey, mixed $outerValue, array $outerData ) : Pinq\Iterators\Generators\IGenerator
iteratorGenerator ( Pinq\Iterators\Generators\IGenerator $iterator )

Method Details

__construct() public méthode

public __construct ( Pinq\Iterators\Generators\IGenerator $outerIterator, Pinq\Iterators\Generators\IGenerator $innerIterator )
$outerIterator Pinq\Iterators\Generators\IGenerator
$innerIterator Pinq\Iterators\Generators\IGenerator

beforeOuterLoopData() protected méthode

protected beforeOuterLoopData ( )

defaultIterator() final protected méthode

final protected defaultIterator ( Pinq\Iterators\Generators\IGenerator $iterator )
$iterator Pinq\Iterators\Generators\IGenerator

innerForeach() protected méthode

protected innerForeach ( $outerKey, $outerValue, array $data, &$count )
$data array

innerGenerator() abstract protected méthode

abstract protected innerGenerator ( mixed $outerKey, mixed $outerValue, array $outerData ) : Pinq\Iterators\Generators\IGenerator
$outerKey mixed
$outerValue mixed
$outerData array
Résultat Pinq\Iterators\Generators\IGenerator

iteratorGenerator() final protected méthode

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

walk() public méthode

public walk ( callable $function )
$function callable

Property Details

$innerIterator protected_oe property

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

$outerIterator protected_oe property

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