SectionSyncDataCollection
extends Collection
Table of Contents
Methods
-
__construct()
: mixed
-
add()
: $this
-
addItems()
: $this
-
count()
: int
-
fetch()
: mixed
-
getByName()
: SectionSyncData|null
-
getCollection()
: array<string|int, mixed>
-
getIterator()
: ArrayIterator
-
remove()
: $this
-
rewindGenerator()
: void
__construct()
public
__construct([array<string|int, mixed> $collection = [] ]) : mixed
Parameters
-
$collection
: array<string|int, mixed>
= []
-
add()
public
add(mixed $item) : $this
Parameters
-
$item
: mixed
-
addItems()
public
addItems(array<string|int, mixed> $items) : $this
Parameters
-
$items
: array<string|int, mixed>
-
count()
public
count() : int
fetch()
public
fetch() : mixed
-
throws
-
BaseException
getByName()
public
getByName(mixed $name) : SectionSyncData|null
Parameters
-
$name
: mixed
-
getCollection()
public
getCollection() : array<string|int, mixed>
Return values
array<string|int, mixed>
getIterator()
public
getIterator() : ArrayIterator
Return values
ArrayIterator
remove()
public
remove(mixed $key) : $this
Parameters
-
$key
: mixed
-
rewindGenerator()
public
rewindGenerator() : void