class MultiSelectBox extends MultiChoiceControl

Select box control that allows multiple items selection.

Methods

__construct($label = null, array|null $items = null)

No description

setItems(array $items, bool $useKeys = true)

Sets options and option groups from which to choose.

Html|string
getControl()

Generates control's HTML element.

addOptionAttributes(array $attributes) deprecated

No description

setOptionAttribute(string $name, mixed $value = true)

No description

array
getOptionAttributes()

No description

Details

at line 25
__construct($label = null, array|null $items = null)

No description

Parameters

$label
array|null $items

at line 35
MultiChoiceControl setItems(array $items, bool $useKeys = true)

Sets options and option groups from which to choose.

Parameters

array $items
bool $useKeys

Return Value

MultiChoiceControl

at line 58
Html|string getControl()

Generates control's HTML element.

Return Value

Html|string

at line 76
MultiSelectBox addOptionAttributes(array $attributes) deprecated

deprecated use setOptionAttribute()

No description

Parameters

array $attributes

Return Value

MultiSelectBox

at line 83
MultiSelectBox setOptionAttribute(string $name, mixed $value = true)

No description

Parameters

string $name
mixed $value

Return Value

MultiSelectBox

at line 90
array getOptionAttributes()

No description

Return Value

array