HTML_QuickForm::getElementType() -- Returns the type of an element
Synopsis
require_once 'HTML/QuickForm.php'; |
string HTML_QuickForm::getElementType
(string $element)
Описание
Returns the type of the given element.
Параметр
- string
$element
Name of form element
Возвращаемое значение
return element type or FALSE if element is not found
Throws
throws no exceptions thrown
Заметка
since 1.1
Эта функция не должна вызываться статически.
HIVE: All information for read only. Please respect copyright! |