phpDocumentor

ImageListsCollection implements ArrayAccess, Countable, Iterator, JsonSerializable

Class ImageListsCollection

Interfaces, Classes and Traits

ArrayAccess
Countable
Iterator
JsonSerializable

Table of Contents

$position  : int
$values  : array<string|int, ImageList>
__construct()  : mixed
ImageListsCollection constructor.
addImageList()  : void
count()  : int
current()  : mixed
getImageListById()  : ImageList
jsonSerialize()  : mixed
key()  : mixed
next()  : void
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
rewind()  : void
valid()  : bool

Properties

Methods

__construct()

ImageListsCollection constructor.

public __construct([array<string|int, mixed> $values = [] ]) : mixed
Parameters
$values : array<string|int, mixed> = []
Return values
mixed

offsetExists()

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

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed
Tags
inheritDoc
Return values
mixed

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed
Tags
inheritDoc
Return values
void

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed
Tags
inheritDoc
Return values
void

Search results