Documentation

HtmlOptionSelect
in package

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

Properties

$customAttributes

public mixed $customAttributes

$defaultItemText

public mixed $defaultItemText

$hasOptionGroups

public mixed $hasOptionGroups

$isMultiSelect

public mixed $isMultiSelect

$selectOptionValue

public mixed $selectOptionValue

Methods

__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

        
On this page

Search results