void HTML_QuickForm_select::setMultiple (
bool $multiple
)
This method just adds or removes the multiple
attribute of select depending on $multiple
value.
$multiple
Whether the select supports multi-selections
throws no exceptions thrown
see getMultiple().
since 1.2
This function can not be called statically.