HTML_QuickForm_select::setSelected() -- Sets the default values of the select box
Description
This method is an alias for setValue(). For multiple selects you can pass either an array or a comma delimited string of values.
Parameter
- mixed
$values
Array or comma delimited string of selected values
Throws
throws no exceptions thrown
Note
since 1.0
This function can not be called
statically.