PHP 클래스 Pinq\Iterators\Standard\ProjectionIterator

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

공개 메소드들

메소드 설명
__construct ( Pinq\Iterators\Standard\IIterator $iterator, callable $keyProjectionFunction = null, callable $valueProjectionFunction = null )

보호된 메소드들

메소드 설명
doFetch ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Pinq\Iterators\Standard\IIterator $iterator, callable $keyProjectionFunction = null, callable $valueProjectionFunction = null )
$iterator Pinq\Iterators\Standard\IIterator
$keyProjectionFunction callable
$valueProjectionFunction callable

doFetch() 보호된 메소드

protected doFetch ( )