Public Member Functions | |
| FormError ($field, $message) | |
| getField () | |
| getMessage () | |
Public Attributes | |
| $field | |
| $message | |
Definition at line 22 of file FormError.inc.php.
| FormError.FormError | ( | $ | field, | |
| $ | message | |||
| ) |
Constructor.
| $field | string the name of the field | |
| $message | string the error message (i18n key) |
Definition at line 35 of file FormError.inc.php.
| FormError.getField | ( | ) |
Get the field associated with the error.
Definition at line 44 of file FormError.inc.php.
| FormError.getMessage | ( | ) |
| FormError.$field |
| FormError.$message |
1.5.6