PHP 클래스 Pinq\Iterators\Generators\GroupJoinOnIterator

저자: Elliot Levin ([email protected])
상속: extends GroupJoinIterator, use trait Pinq\Iterators\Common\JoinOnIterator
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
__construct ( Pinq\Iterators\Generators\IGenerator $outerIterator, Pinq\Iterators\Generators\IGenerator $innerIterator, callable $traversableFactory, callable $filter )

보호된 메소드들

메소드 설명
beforeOuterLoopData ( )
innerGenerator ( $outerKey, $outerValue, array $outerData )

메소드 상세

__construct() 공개 메소드

public __construct ( Pinq\Iterators\Generators\IGenerator $outerIterator, Pinq\Iterators\Generators\IGenerator $innerIterator, callable $traversableFactory, callable $filter )
$outerIterator Pinq\Iterators\Generators\IGenerator
$innerIterator Pinq\Iterators\Generators\IGenerator
$traversableFactory callable
$filter callable

beforeOuterLoopData() 보호된 메소드

protected beforeOuterLoopData ( )

innerGenerator() 보호된 메소드

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