require_once 'HTML/QuickForm.php';
bool HTML_QuickForm::isError (mixed $value)
bool HTML_QuickForm::isError
Tells whether a result is an error (i.e. whether $value is an instance of HTML_QuickForm_Error).
result of some QuickForm function
return whether $value is an error
throws no exceptions thrown
This function can be called statically.