HTML_QuickForm_select::getMultiple()

HTML_QuickForm_select::getMultiple() -- Returns the select mutiple attribute

Referentiesamenvatting

require_once 'HTML/QuickForm/select.php';

bool HTML_QuickForm_select::getMultiple ()

Beschrijving

This method returns TRUE if a multiple attribute is present in the select, FALSE otherwise.

Return waarde

returns true if multiple select, false otherwise

Throws

throws no exceptions thrown

Zie

see setMultiple().

Note

since 1.2

Deze functie kan niet statisch worden aangeroepen.