phpDocumentor

SellingUnitImageCollection implements SellingUnitImageCollectionInterface

Class SellingUnitImagesCollection

Interfaces, Classes and Traits

SellingUnitImageCollectionInterface
Interface SellingUnitImagesCollectionInterface

Table of Contents

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

Properties

Methods

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

getImagesBySourceType()

protected getImagesBySourceType(string $type) : array<string|int, mixed>
Parameters
$type : string
Return values
array<string|int, mixed>

Search results