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