|
| bg ($name) |
| formError::bg() More...
|
|
| text ($name=null) |
| formError::text() More...
|
|
| add ($name, $text=null) |
| formError::add() More...
|
|
| has_error ($name) |
| formError::has_error() More...
|
|
| count () |
| formError::count() More...
|
|
| valide_form (&$frm, $error_field_messages_array=array(), $field_minimal_lengths_array=array(), $field_validation_function_names_array=array()) |
| Valide les informations d'un tableau de données et ajoute des erreurs à l'objet d'erreur si nécessaire. More...
|
|
Definition at line 27 of file FormError.php.
add |
( |
|
$name, |
|
|
|
$text = null |
|
) |
| |
formError::add()
- Parameters
-
- Returns
Definition at line 78 of file FormError.php.
formError::bg()
- Parameters
-
- Returns
Definition at line 36 of file FormError.php.
formError::has_error()
- Parameters
-
- Returns
Definition at line 89 of file FormError.php.
formError::text()
- Parameters
-
- Returns
Definition at line 49 of file FormError.php.
valide_form |
( |
& |
$frm, |
|
|
|
$error_field_messages_array = array() , |
|
|
|
$field_minimal_lengths_array = array() , |
|
|
|
$field_validation_function_names_array = array() |
|
) |
| |
Valide les informations d'un tableau de données et ajoute des erreurs à l'objet d'erreur si nécessaire.
- Parameters
-
array | $frm | Array with all fields data |
array | $error_field_messages_array | |
array | $field_minimal_length_messages_array | |
array | $field_validation_function_names_array | |
- Returns
Definition at line 113 of file FormError.php.
The documentation for this class was generated from the following file: