JFormRuleEmail: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JFormRuleEmail== | =={{JVer|11.1}} JFormRuleEmail== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
| Line 24: | Line 24: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]] | ||
* [[API17:JFormRuleEmail|Other versions of JFormRuleEmail]] | * [[API17:JFormRuleEmail|Other versions of JFormRuleEmail]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JFormRuleEmail | category=JFormRuleEmail | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
Latest revision as of 03:09, 25 March 2017
JFormRuleEmail
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | test | Method to test the email address and optionally check for uniqueness. |
- Defined in libraries/joomla/form/rules/email.php
- Extends JFormRule
Importing
jimport( 'joomla.form.rules.email' );
See also
JFormRuleEmail source code on BitBucket
Subpackage Form- Other versions of JFormRuleEmail
User contributed notes
Code Examples