\JFormRuleOptions
Form Rule class for the Joomla Platform.
Requires the value entered be one of the options in a field of type="list"
Synopsis
class JFormRuleOptions
extends JFormRule
{
- // Inherited members from JFormRule
- protected $regex;
- protected $modifiers;
- // methods
- public boolean test()
- // 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.