| [ Index ] |
PHP Cross Reference of Joomla 2.5.4 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. |
| License: | GNU General Public License version 2 or later; see LICENSE |
| File Size: | 96 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JFormRuleEmail:: (1 method):
test()
Class: JFormRuleEmail - X-Ref
Form Rule class for the Joomla Platform.| test(&$element, $value, $group = null, &$input = null, &$form = null) X-Ref |
| Method to test the email address and optionally check for uniqueness. param: JXMLElement &$element The JXMLElement object representing the <field /> tag for the form field object. param: mixed $value The form field value to validate. param: string $group The field name group control value. This acts as as an array container for the field. param: JRegistry &$input An optional JRegistry object with the entire data set to validate against the entire form. param: object &$form The form object for which the field is being tested. return: boolean True if the value is valid, false otherwise. |
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |