Select
Table of Contents
Properties
-
$id
: string
-
$initialOption
: string|null
-
$label
: string
-
$optional
: bool
-
$options
: array<string|int, mixed>
-
$placeholder
: string|null
Methods
-
__construct()
: mixed
$id
read-only
public
string
$id
$initialOption
read-only
public
string|null
$initialOption
= null
$label
read-only
public
string
$label
$optional
read-only
public
bool
$optional
= false
$options
read-only
public
array<string|int, mixed>
$options
$placeholder
read-only
public
string|null
$placeholder
= null
__construct()
public
__construct(string $id, string $label, array<string|int, SelectOption> $options[, string|null $placeholder = null ][, string|null $initialOption = null ][, bool $optional = false ]) : mixed
Parameters
-
$id
: string
-
-
$label
: string
-
-
$options
: array<string|int, SelectOption>
-
-
$placeholder
: string|null
= null
-
-
$initialOption
: string|null
= null
-
-
$optional
: bool
= false
-