require_once 'HTML/QuickForm.php';
boolean HTML_QuickForm::isRuleRegistered (string $name)
boolean HTML_QuickForm::isRuleRegistered
Returns whether or not the given rule is supported. New rules are registered via registerRule() method.
Validation rule name
throws no exceptions thrown
since 1.0
This function can not be called statically.