메소드 | 설명 | |
---|---|---|
__construct ( Pinq\Iterators\Generators\IGenerator $outerIterator, Pinq\Iterators\Generators\IGenerator $innerIterator, callable $traversableFactory, callable $outerKeyFunction, callable $innerKeyFunction ) |
메소드 | 설명 | |
---|---|---|
beforeOuterLoopData ( ) | ||
innerGenerator ( $outerKey, $outerValue, array $outerData ) |
public __construct ( Pinq\Iterators\Generators\IGenerator $outerIterator, Pinq\Iterators\Generators\IGenerator $innerIterator, callable $traversableFactory, callable $outerKeyFunction, callable $innerKeyFunction ) | ||
$outerIterator | Pinq\Iterators\Generators\IGenerator | |
$innerIterator | Pinq\Iterators\Generators\IGenerator | |
$traversableFactory | callable | |
$outerKeyFunction | callable | |
$innerKeyFunction | callable |
protected innerGenerator ( $outerKey, $outerValue, array $outerData ) | ||
$outerData | array |