HTML_QuickForm::getElementError() -- Returns error corresponding to validated element
Synopsis
require_once 'HTML/QuickForm.php'; |
string HTML_QuickForm::getElementError
(string $element)
Описание
Returns error corresponding to validated element. Errors are usually assigned to elements by validate() method.
Параметр
- string
$element
Name of form element to check
Возвращаемое значение
return error message corresponding to checked element
Throws
throws no exceptions thrown
Заметка
since 1.0
Эта функция не должна вызываться статически.
HIVE: All information for read only. Please respect copyright! |