PHP 클래스 Sonata\Exporter\Source\ChainSourceIterator

상속: implements SourceIteratorInterface
파일 보기 프로젝트 열기: sonata-project/exporter

보호된 프로퍼티들

프로퍼티 타입 설명
$sources ArrayIterator

공개 메소드들

메소드 설명
__construct ( array $sources = [] )
addSource ( SourceIteratorInterface $source )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

메소드 상세

__construct() 공개 메소드

public __construct ( array $sources = [] )
$sources array

addSource() 공개 메소드

public addSource ( SourceIteratorInterface $source )
$source SourceIteratorInterface

current() 공개 메소드

public current ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

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

protected ArrayIterator $sources
리턴 ArrayIterator