Field
Table of Contents
Properties
-
$data
: null|int|array<string|int, mixed>|string|float|DateTime|File
-
$label
: string|null
-
$name
: string
Methods
-
__construct()
: mixed
-
isValueTypeSupported()
: bool
$data
public
null|int|array<string|int, mixed>|string|float|DateTime|File
$data
$label
public
string|null
$label
= null
$name
public
string
$name
__construct()
public
__construct(string $name, null|int|array<string|int, mixed>|string|float|DateTime|File $data[, string|null $label = null ]) : mixed
Parameters
-
$name
: string
-
-
$data
: null|int|array<string|int, mixed>|string|float|DateTime|File
-
-
$label
: string|null
= null
-
isValueTypeSupported()
public
static isValueTypeSupported(mixed $data) : bool
Parameters
-
$data
: mixed
-