Solar_Getopt::setOptions()
public
void
Solar_Getopt::setOptions
( array $list
)
Sets multiple acceptable options.
Parameters
(array)
$list
: Argument information as array(name => info), where each info value is an array like Solar_Getopt::$_default.
Returns
(void)
Description
Sets multiple acceptable options.
Appends if they do not exist.