PHP Class Sonata\Exporter\Source\ChainSourceIterator

Inheritance: implements SourceIteratorInterface
Afficher le fichier Open project: sonata-project/exporter

Protected Properties

Свойство Type Description
$sources ArrayIterator

Méthodes publiques

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

Method Details

__construct() public méthode

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

addSource() public méthode

public addSource ( SourceIteratorInterface $source )
$source SourceIteratorInterface

current() public méthode

public current ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

rewind() public méthode

public rewind ( )

valid() public méthode

public valid ( )

Property Details

$sources protected_oe property

protected ArrayIterator $sources
Résultat ArrayIterator