SetupWizardStepCollection
extends AbstractCollection
in package
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
$position
protected
int
$position
= 0
$values
protected
array<string|int, object>
$values
= []
$visible
private
mixed
$visible
Methods
__construct()
SetupWizardStepCollection constructor.
public
__construct(array<string|int, mixed> $values, $visible) : mixed
Parameters
Return values
mixed —count()
public
count() : int
Tags
Return values
int —current()
public
current() : mixed
Tags
Return values
mixed —currentValue()
public
currentValue() : mixed
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> —key()
public
key() : mixed
Tags
Return values
mixed —next()
public
next() : void
Tags
Return values
void —offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Tags
Return values
bool —offsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
Tags
Return values
mixed —offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
Tags
Return values
void —offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed
Tags
Return values
void —rewind()
public
rewind() : void
Tags
Return values
void —valid()
public
valid() : bool
Tags
Return values
bool —isValid()
protected
isValid(mixed $value) : bool
Parameters
- $value : mixed