HtmlOptionSelect
Table of Contents
Properties
-
$customAttributes
: mixed
-
$defaultItemText
: mixed
-
$hasOptionGroups
: mixed
-
$isDisabled
: mixed
-
$isMultiSelect
: mixed
-
$label
: mixed
-
$name
: mixed
-
$options
: mixed
-
$required
: mixed
-
$selectOptionValue
: mixed
Methods
-
__construct()
: mixed
$customAttributes
public
mixed
$customAttributes
$defaultItemText
public
mixed
$defaultItemText
$hasOptionGroups
public
mixed
$hasOptionGroups
$isDisabled
public
mixed
$isDisabled
$isMultiSelect
public
mixed
$isMultiSelect
$label
public
mixed
$label
$name
public
mixed
$name
$options
public
mixed
$options
$required
public
mixed
$required
$selectOptionValue
public
mixed
$selectOptionValue
__construct()
public
__construct(mixed $name[, mixed $label = null ][, string|null $selectOptionValue = null ][, bool $required = false ][, bool $isMultiSelect = false ][, bool $isDisabled = false ][, string|null $defaultItemText = null ][, array<string|int, mixed>|null $customAttributes = null ]) : mixed
Parameters
-
$name
: mixed
-
-
$label
: mixed
= null
-
-
$selectOptionValue
: string|null
= null
-
-
$required
: bool
= false
-
-
$isMultiSelect
: bool
= false
-
-
$isDisabled
: bool
= false
-
-
$defaultItemText
: string|null
= null
-
-
$customAttributes
: array<string|int, mixed>|null
= null
-