RequisiteField
Table of Contents
Properties
-
$label
: string
-
$name
: string
-
$value
: null|int|string|DateTime
Methods
-
__construct()
: mixed
-
isValueTypeSupported()
: bool
$label
public
string
$label
$name
public
string
$name
$value
public
null|int|string|DateTime
$value
__construct()
public
__construct(string $name, string $label, null|int|string|DateTime $value) : mixed
Parameters
-
$name
: string
-
-
$label
: string
-
-
$value
: null|int|string|DateTime
-
isValueTypeSupported()
public
static isValueTypeSupported(mixed $value) : bool
Parameters
-
$value
: mixed
-