PHP Class Pinq\Iterators\Standard\GroupJoinOnIterator

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

Protected Properties

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

Méthodes publiques

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

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 $traversableFactory, callable $filter )
$outerIterator Pinq\Iterators\Standard\IIterator
$innerIterator Pinq\Iterators\Standard\IIterator
$traversableFactory callable
$filter callable

doRewind() protected méthode

protected doRewind ( )

getInnerValuesIterator() protected méthode

protected getInnerValuesIterator ( $outerKey, $outerValue )

Property Details

$innerValues protected_oe property

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