HTML_QuickForm::getElementError() -- Returns error corresponding to validated 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
Эта функция не должна вызываться статически.