Table of Contents
Interfaces
- StorageAttributes
Properties
-
$attributes
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
offsetExists()
: bool
-
offsetGet()
: mixed
-
offsetSet()
: void
-
offsetUnset()
: void
$attributes
private
array<string|int, mixed>
$attributes
= []
__construct()
public
__construct([array<string|int, string> $attributes = [] ]) : mixed
Parameters
-
$attributes
: array<string|int, string>
= []
-
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
-