\JFormRuleRules
Form Rule class for the Joomla Platform.
Synopsis
class JFormRuleRules
extends JFormRule
{
- // Inherited members from JFormRule
- protected $regex;
- protected $modifiers;
- // methods
- public boolean test()
- protected array getValueActions()
- protected array getFieldActions()
- // 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. - $regex
—
string
The regular expression to use in testing a form field value.
Methods
protected
- getFieldActions() — Method to get the list of possible permission action names for the form field.
- getValueActions() — Method to get the list of permission action names from the form field value.
public
- test() — Method to test the value.
Inherited from JFormRule
public
- test() — Method to test the value.