PHP 클래스 Pinq\Iterators\Standard\GroupJoinOnEqualityIterator

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

보호된 프로퍼티들

프로퍼티 타입 설명
$innerGroups OrderedMap

공개 메소드들

메소드 설명
__construct ( Pinq\Iterators\Standard\IIterator $outerIterator, Pinq\Iterators\Standard\IIterator $innerIterator, callable $traversableFactory, callable $outerKeyFunction, callable $innerKeyFunction )

보호된 메소드들

메소드 설명
doRewind ( )
getInnerValuesIterator ( $outerKey, $outerValue )

메소드 상세

__construct() 공개 메소드

public __construct ( Pinq\Iterators\Standard\IIterator $outerIterator, Pinq\Iterators\Standard\IIterator $innerIterator, callable $traversableFactory, callable $outerKeyFunction, callable $innerKeyFunction )
$outerIterator Pinq\Iterators\Standard\IIterator
$innerIterator Pinq\Iterators\Standard\IIterator
$traversableFactory callable
$outerKeyFunction callable
$innerKeyFunction callable

doRewind() 보호된 메소드

protected doRewind ( )

getInnerValuesIterator() 보호된 메소드

protected getInnerValuesIterator ( $outerKey, $outerValue )

프로퍼티 상세

$innerGroups 보호되어 있는 프로퍼티

protected OrderedMap,Pinq\Iterators\Standard $innerGroups
리턴 OrderedMap