MessageAccess
extends Immutable
Table of Contents
Methods
-
__construct()
: mixed
-
count()
: int
-
createItem()
: mixed
-
current()
: Base
-
ensureItem()
: mixed
-
fromArray()
: static
-
getFirst()
: mixed
-
getNext()
: mixed
-
key()
: int
-
next()
: void
-
rewind()
: mixed
-
valid()
: bool
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
count()
public
count() : int
-
see
-
Countable
createItem()
public
createItem(array<string|int, mixed> $array) : mixed
Parameters
-
$array
: array<string|int, mixed>
-
current()
public
current() : Base
-
see
-
Iterator
ensureItem()
public
ensureItem(Base $item[, mixed $throwException = true ]) : mixed
Parameters
-
$item
: Base
-
-
$throwException
: mixed
= true
-
fromArray()
public
static fromArray(array<string|int, mixed> $array) : static
Parameters
-
$array
: array<string|int, mixed>
-
-
throws
-
Exception
getFirst()
public
getFirst(mixed &$position) : mixed
Parameters
-
$position
: mixed
-
getNext()
public
getNext(mixed &$position) : mixed
Parameters
-
$position
: mixed
-
key()
public
key() : int
-
see
-
Iterator
next()
public
next() : void
-
see
-
Iterator
rewind()
public
rewind() : mixed
-
see
-
Iterator
valid()
public
valid() : bool
-
see
-
Iterator