PHP Class Pinq\Iterators\Generators\UnfilteredGroupJoinIterator

Author: Elliot Levin ([email protected])
Inheritance: extends GroupJoinIterator, implements Pinq\Iterators\IJoinIterator
Show file Open project: timetoogo/pinq

Public Methods

Method Description
filterOn ( callable $function )
filterOnEquality ( callable $outerKeyFunction, callable $innerKeyFunction )

Protected Methods

Method Description
beforeOuterLoopData ( )
innerGenerator ( $outerKey, $outerValue, array $outerData )

Method Details

beforeOuterLoopData() protected method

protected beforeOuterLoopData ( )

filterOn() public method

public filterOn ( callable $function )
$function callable

filterOnEquality() public method

public filterOnEquality ( callable $outerKeyFunction, callable $innerKeyFunction )
$outerKeyFunction callable
$innerKeyFunction callable

innerGenerator() protected method

protected innerGenerator ( $outerKey, $outerValue, array $outerData )
$outerData array