\JFormRulePrefix
Form Rule class for the prefix DB.
Synopsis
class JFormRulePrefix
extends JFormRule
{
- // members
- protected $regex;
- protected $modifiers;
- // Inherited members from JFormRule
- protected $regex;
- protected $modifiers;
- // Inherited methods from JFormRule
- public boolean test()
Hierarchy
Extends
Members
protected
- $modifiers
—
string
The regular expression modifiers to use when testing a form field value. - $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. - $regex
—
string
The regular expression to use in testing a form field value.