PHP Class Pinq\Iterators\Standard\JoinOnEqualityIterator

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

Protected Properties

Свойство Type Description
$innerGroups OrderedMap

Méthodes publiques

Méthode Description
__construct ( Pinq\Iterators\Standard\IIterator $outerIterator, Pinq\Iterators\Standard\IIterator $innerIterator, callable $outerKeyFunction, callable $innerKeyFunction )

Méthodes protégées

Méthode Description
doRewind ( )
getInnerValuesIterator ( $outerKey, $outerValue )

Method Details

__construct() public méthode

public __construct ( Pinq\Iterators\Standard\IIterator $outerIterator, Pinq\Iterators\Standard\IIterator $innerIterator, callable $outerKeyFunction, callable $innerKeyFunction )
$outerIterator Pinq\Iterators\Standard\IIterator
$innerIterator Pinq\Iterators\Standard\IIterator
$outerKeyFunction callable
$innerKeyFunction callable

doRewind() protected méthode

protected doRewind ( )

getInnerValuesIterator() protected méthode

protected getInnerValuesIterator ( $outerKey, $outerValue )

Property Details

$innerGroups protected_oe property

protected OrderedMap,Pinq\Iterators\Standard $innerGroups
Résultat OrderedMap