SchemaCollection implements ArrayAccess, IteratorAggregate, Countable
Read onlyYes
FinalYes
This is an experimental implementation and might change until TYPO3 v13 LTS
Table of Contents
Interfaces
- ArrayAccess
- IteratorAggregate
- Countable
Properties
- $items : array<string, SchemaInterface>
Methods
- __construct() : mixed
- __set_state() : self
- count() : int
- getIterator() : Traversable
- getNames() : array<string|int, string>
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
Properties
$items
protected
array<string, SchemaInterface>
$items
Methods
__construct()
public
__construct(array<string|int, mixed> $items) : mixed
Parameters
- $items : array<string|int, mixed>
__set_state()
public
static __set_state(array<string|int, mixed> $state) : self
Parameters
- $state : array<string|int, mixed>
Return values
selfcount()
public
count() : int
Return values
intgetIterator()
public
getIterator() : Traversable
Return values
TraversablegetNames()
public
getNames() : array<string|int, string>
Return values
array<string|int, string>offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed