phpDocumentor

ImageDtoCollection implements Countable, Iterator, ArrayAccess, JsonSerializable

Class ImageDtoCollection

Interfaces, Classes and Traits

Countable
Iterator
ArrayAccess
JsonSerializable

Table of Contents

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

Properties

Methods

__construct()

SellingUnitImagesCollection constructor.

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

jsonSerialize()

public jsonSerialize() : mixed
Tags
inheritDoc
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