phpDocumentor

EanCollectionDto implements Countable, Iterator, ArrayAccess, JsonSerializable

Class EanCollectionDto

Interfaces, Classes and Traits

Countable
Iterator
ArrayAccess
JsonSerializable

Table of Contents

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

Properties

Methods

__construct()

EanCollectionDto constructor.

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

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Tags
inheritDoc
Return values
array<string|int, 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