phpDocumentor

PresentationIdCollection implements PresentationIdCollectionInterface

Class PresentationIdCollection

Interfaces, Classes and Traits

PresentationIdCollectionInterface
Interface PresentationIdCollectionInterface

Table of Contents

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

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

Search results