\JFormRuleContactEmail
JFormRule for com_contact to make sure the E-Mail adress is not blocked.
Synopsis
class JFormRuleContactEmail
extends JFormRuleEmail
{
- // Inherited members from JFormRuleEmail
- protected $regex;
- // Inherited members from JFormRule
- protected $regex;
- protected $modifiers;
- // methods
- public boolean test()
- // Inherited methods from JFormRuleEmail
- 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. - $regex
—
string
The regular expression to use in testing a form field value.
Methods
public
- test() — Method to test for banned e-mail addresses
Inherited from JFormRuleEmail
public
- test() — Method to test the email address and optionally check for uniqueness.
Inherited from JFormRule
public
- test() — Method to test the value.