$selected
Element value
protected
string|array
$selected
= ''
View helper with value
$selected | Element value | string|array |
---|---|---|
$isMultiple | Select multiple options | bool |
setSelected() | Set preselected value | $this |
setIsMultiple() | Enable multiple selection | $this |
getSelectedString() | Return selected string | string |
Element value
protected
string|array
$selected
= ''
Select multiple options
protected
bool
$isMultiple
= false
Set preselected value
public
setSelected(
$selected :
string|int|array
)
: $this
Enable multiple selection
public
setIsMultiple(
$isMultiple :
bool
)
: $this
Return selected string
protected
getSelectedString(
)
: string