SchemaCollection implements ArrayAccess, IteratorAggregate, Countable

Read onlyYes
FinalYes
Internal

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

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
self

count()

public count() : int
Return values
int

getIterator()

public getIterator() : Traversable
Return values
Traversable

getNames()

public getNames() : array<string|int, string>
Return values
array<string|int, string>

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

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

        
On this page

Search results