Change
implements
ArrayAccess
Table of Contents
Interfaces
- ArrayAccess
Methods
-
__construct()
: mixed
-
getFromValue()
: mixed
-
getToValue()
: mixed
-
offsetExists()
: bool
-
offsetGet()
: mixed
-
offsetSet()
: void
-
offsetUnset()
: void
-
toArray()
: array<string|int, mixed>
__construct()
public
__construct(mixed $fromValue, mixed $toValue) : mixed
Parameters
-
$fromValue
: mixed
-
-
$toValue
: mixed
-
getFromValue()
public
getFromValue() : mixed
getToValue()
public
getToValue() : mixed
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
-
$offset
: mixed
-
offsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
-
$offset
: mixed
-
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
-
$offset
: mixed
-
-
$value
: mixed
-
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
-
$offset
: mixed
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>