PHP 클래스 Pinq\Iterators\Standard\IGeneratorAdapter

This class providers interoperability between the generator scheme and the standard scheme.
저자: Elliot Levin ([email protected])
상속: extends IteratorAdapter
파일 보기 프로젝트 열기: timetoogo/pinq

보호된 프로퍼티들

프로퍼티 타입 설명
$currentGeneratorWrapper Generator
$currentKey mixed
$currentValue mixed
$generator Pinq\Iterators\Generators\IGenerator

공개 메소드들

메소드 설명
__construct ( Pinq\Iterators\Generators\IGenerator $generator )
doRewind ( )

보호된 메소드들

메소드 설명
buildGeneratorWrapper ( ) hence we should be able to utilise generator in this iterator
doFetch ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Pinq\Iterators\Generators\IGenerator $generator )
$generator Pinq\Iterators\Generators\IGenerator

buildGeneratorWrapper() 보호된 메소드

hence we should be able to utilise generator in this iterator
protected buildGeneratorWrapper ( )

doFetch() 보호된 메소드

protected doFetch ( )

doRewind() 공개 메소드

public doRewind ( )

프로퍼티 상세

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

protected Generator $currentGeneratorWrapper
리턴 Generator

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

protected mixed $currentKey
리턴 mixed

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

protected mixed $currentValue
리턴 mixed

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

protected IGenerator,Pinq\Iterators\Generators $generator
리턴 Pinq\Iterators\Generators\IGenerator