HTML_QuickForm_select::getMultiple()

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

概要

require_once 'HTML/QuickForm/select.php';

bool HTML_QuickForm_select::getMultiple ()

説明

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

返り値

returns true if multiple select, false otherwise

例外・エラー

throws no exceptions thrown

参照

see setMultiple().

注意

since 1.2

この関数は、スタティックにコールする ことはできません。