phpDocumentor

ModifierIdentifierCollection implements ModifierIdentifierCollectionInterface

Class ModifierIdentifierCollection

Interfaces, Classes and Traits

ModifierIdentifierCollectionInterface
Interface ModifierIdentifierCollectionInterface

Table of Contents

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

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