HTML_QuickForm_hierselect::setMainOptions()

HTML_QuickForm_hierselect::setMainOptions() -- DEPRECATED: Sets the options for the first select

Synopsis

require_once 'HTML/QuickForm/hierselect.php';

void HTML_QuickForm_hierselect::setMainOptions (array $options)

Beschreibung

Format is standard key/value pairs for select elements. Example is available in the docs for setSecOptions().

This method has been deprecated. Use setOptions() instead.

Parameter

array $options

Array of options for the first select

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see HTML_QuickForm_select::loadArray(), setSecOptions().

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Warnung

Diese Methode ist veraltet. Das bedeutet zukünftige Versionen dieses Packages müssen diese Methode nicht mehr besitzen.

Deprecated in release 3.2.2