void HTML_QuickForm_hierselect::setSecOptions (array $options)
void HTML_QuickForm_hierselect::setSecOptions
Sets the options for the secondary select. Options are passed as a two-dimensional array, where the first key is parent id and the second key is child id, as it is needed to know the parent option to which the secondary option relates.
Array of options for the second select
throws no exceptions thrown
see setMainOptions().
This function can not be called statically.
Example 25-1. Setting the hierselect options