JFormRuleEmail: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/form/rules/email.php | libraries/joomla/form/rules/email.php | ||
| Line 17: | Line 15: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JFormRuleEmail | category=JFormRuleEmail | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:43, 25 March 2017
Defined in
libraries/joomla/form/rules/email.php
Methods
| Method name | Description |
|---|---|
| test | Method to test if an e-mail address is unique. |
Importing
jimport( 'joomla.form.rules.email' );
Examples
Code Examples