
Public Member Functions | |
| getField () | |
| getMessage () | |
| isEmptyAndOptional () | |
| isValid () | |
Definition at line 18 of file FormValidatorLocale.inc.php.
| FormValidatorLocale.getField | ( | ) |
Get the field associated with the check.
Reimplemented from FormValidator.
Definition at line 43 of file FormValidatorLocale.inc.php.
| FormValidatorLocale.getMessage | ( | ) |
Get the error message associated with a failed validation check.
Reimplemented from FormValidator.
Definition at line 51 of file FormValidatorLocale.inc.php.
References Locale.getAllLocales(), and Locale.getPrimaryLocale().
| FormValidatorLocale.isEmptyAndOptional | ( | ) |
Check if field value is empty and optional.
Reimplemented from FormValidator.
Definition at line 34 of file FormValidatorLocale.inc.php.
| FormValidatorLocale.isValid | ( | ) |
Check if field value is valid. Default check is that field is either optional or not empty for the primary locale.
Reimplemented from FormValidator.
Definition at line 24 of file FormValidatorLocale.inc.php.
References Locale.getPrimaryLocale().
1.5.6