ConverterCollection implements IteratorAggregate
FinalYes
Table of Contents
Interfaces
- IteratorAggregate
Methods
- __construct() : mixed
- find() : ConverterInterface|null
- getIterator() : ArrayIterator
Methods
__construct()
public
__construct(ConverterInterface ...$converter) : mixed
Parameters
- $converter : ConverterInterface
find()
public
find(string $templateFieldName) : ConverterInterface|null
Parameters
- $templateFieldName : string
Return values
ConverterInterface|nullgetIterator()
public
getIterator() : ArrayIterator