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