PHP Class Pinq\Iterators\Standard\GroupJoinOnIterator

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

Protected Properties

Property Type Description
$innerValues OrderedMap

Public Methods

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

Protected Methods

Method Description
doRewind ( )
getInnerValuesIterator ( $outerKey, $outerValue )

Method Details

__construct() public method

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 method

protected doRewind ( )

getInnerValuesIterator() protected method

protected getInnerValuesIterator ( $outerKey, $outerValue )

Property Details

$innerValues protected_oe property

protected OrderedMap,Pinq\Iterators\Standard $innerValues
return OrderedMap