\JFormRule
Form Rule class for the Joomla Platform.
Synopsis
class JFormRule
{
- // members
- protected $regex;
- protected $modifiers;
- // methods
- public boolean test()
Hierarchy
Extended by
- JFormRuleCustom
- JFormRulePrefix
- JFormRuleContactEmailMessage
- JFormRuleContactEmailSubject
- JFormRuleContactEmail
- JFormRuleRules
- JFormRuleBoolean
- JFormRuleUrl
- JFormRuleEmail
- JFormRuleColor
- JFormRuleOptions
- JFormRuleTel
- JFormRuleUsername
- JFormRuleEquals
- JFormRuleCaptcha
- JFormRulePassword
- JFormRuleNotequals
Members
protected
- $modifiers
—
string
The regular expression modifiers to use when testing a form field value. - $regex
—
string
The regular expression to use in testing a form field value.
Methods
public
- test() — Method to test the value.