class Collection implements ConfigProvider, Countable, Iterator

Properties

protected array $items

Methods

clear()

Empty this collection

array|Dictionary|null
asConfig()

No description

int
count()

No description

mixed
current()

No description

int|string
key()

No description

mixed
next()

No description

void
rewind()

No description

bool
valid()

No description

Details

at line 25
clear()

Empty this collection

at line 33
array|Dictionary|null asConfig()

No description

Return Value

array|Dictionary|null

at line 45
int count()

No description

Return Value

int

at line 57
mixed current()

No description

Return Value

mixed

at line 66
int|string key()

No description

Return Value

int|string

at line 75
mixed next()

No description

Return Value

mixed

at line 84
void rewind()

No description

Return Value

void

at line 92
bool valid()

No description

Return Value

bool