Table of Contents
Properties
-
$data
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
getData()
: mixed|null
-
setData()
: void
$data
private
array<string|int, mixed>
$data
= array()
__construct()
public
__construct(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
getData()
public
getData([string|null $key = null ][, mixed|null $defaultValue = null ]) : mixed|null
Parameters
-
$key
: string|null
= null
-
-
$defaultValue
: mixed|null
= null
-
setData()
public
setData(string $key, mixed $value) : void
Parameters
-
$key
: string
-
-
$value
: mixed
-