Helping ordinary people create extraordinary websites!


HTML_QuickForm::isRuleRegistered()

HTML_QuickForm::isRuleRegistered() -- Returns whether the rule is supported

Description

Returns whether or not the given rule is supported. New rules are registered via registerRule() method.

Parameter

string $name

Validation rule name

Throws

throws no exceptions thrown

Note

since 1.0

This function can not be called statically.