phpDocumentor

SetupWizardStepCollection extends AbstractCollection

Class SetupWizardStepCollection

Table of Contents

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

Properties

Methods

__construct()

SetupWizardStepCollection constructor.

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

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>|mixed|array<string|int, object>
Return values
array<string|int, mixed>|mixed|array<string|int, object>

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

isValid()

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

Search results