RedirectSourceCollection implements Countable
FinalYes
This is a concrete collection implementation and solely used for EXT:redirects and not part of TYPO3's Core API.
Table of Contents
Interfaces
- Countable
Methods
- __construct() : mixed
- all() : array<int, RedirectSourceInterface>
- count() : int
Methods
__construct()
public
__construct(RedirectSourceInterface ...$sources) : mixed
Parameters
- $sources : RedirectSourceInterface
all()
public
all() : array<int, RedirectSourceInterface>
Return values
array<int, RedirectSourceInterface>count()
public
count() : int