HTML_QuickForm_select::getMultiple()

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

Synopsis

require_once 'HTML/QuickForm/select.php';

bool HTML_QuickForm_select::getMultiple ()

Beschreibung

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

Rückgabewert

returns true if multiple select, false otherwise

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see setMultiple().

Hinweise

since 1.2

Diese Methode kann nicht statisch aufgerufen werden.