phpDocumentor

SummaryPartials extends AbstractCollection
in package

Table of Contents

$position  : int
$values  : array<string|int, object>
__construct()  : mixed
Constructor.
count()  : int
current()  : SummaryPartial
currentValue()  : object
Return current iteration value.
jsonSerialize()  : array<string|int, mixed>
key()  : int
next()  : void
offsetExists()  : bool
offsetGet()  : object
offsetSet()  : void
offsetUnset()  : void
rewind()  : void
valid()  : bool
isValid()  : bool
Return whether the provided value is valid.

Properties

Methods

__construct()

Constructor.

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

currentValue()

Return current iteration value.

public currentValue() : object
Return values
object

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) : object
Parameters
$offset : mixed
Tags
inheritDoc
Return values
object

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

isValid()

Return whether the provided value is valid.

protected isValid(mixed $value) : bool
Parameters
$value : mixed
Tags
inheritDoc
Return values
bool

Search results