Documentation

ImageList implements Countable, Iterator, ArrayAccess, JsonSerializable

Class ImageList

Interfaces, Classes and Traits

Countable
Iterator
ArrayAccess
JsonSerializable

Table of Contents

$listId  : ListId|null
$listName  : ListName
$position  : int
$values  : array<string|int, ImageInterface>
__construct()  : mixed
ImageList constructor.
addImage()  : void
count()  : mixed
current()  : mixed
getImageById()  : ImageInterface
jsonSerialize()  : mixed
key()  : mixed
listId()  : ListId|null
listName()  : ListName
next()  : mixed
offsetExists()  : mixed
offsetGet()  : mixed
offsetSet()  : mixed
offsetUnset()  : mixed
rewind()  : mixed
toArray()  : array<string|int, ImageInterface>
valid()  : mixed

Properties

Methods

count()

public count() : mixed
Tags
inheritDoc
Return values
mixed

current()

public current() : mixed
Tags
inheritDoc
Return values
mixed

jsonSerialize()

public jsonSerialize() : mixed
Tags
inheritDoc
Return values
mixed

key()

public key() : mixed
Tags
inheritDoc
Return values
mixed

next()

public next() : mixed
Tags
inheritDoc
Return values
mixed

offsetExists()

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

offsetGet()

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

offsetSet()

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

offsetUnset()

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

rewind()

public rewind() : mixed
Tags
inheritDoc
Return values
mixed

valid()

public valid() : mixed
Tags
inheritDoc
Return values
mixed

Search results