PHP Class Sonata\Exporter\Source\ChainSourceIterator

Inheritance: implements SourceIteratorInterface
Show file Open project: sonata-project/exporter

Protected Properties

Property Type Description
$sources ArrayIterator

Public Methods

Method Description
__construct ( array $sources = [] )
addSource ( SourceIteratorInterface $source )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public method

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

addSource() public method

public addSource ( SourceIteratorInterface $source )
$source SourceIteratorInterface

current() public method

public current ( )

key() public method

public key ( )

next() public method

public next ( )

rewind() public method

public rewind ( )

valid() public method

public valid ( )

Property Details

$sources protected property

protected ArrayIterator $sources
return ArrayIterator