Inheritance diagram for CheckData:
Collaboration diagram for CheckData:Public Member Functions | |
| getErrors () | |
| hasErrors () | |
| addError ($msg) | |
| check (array $data, &$extra=null) | |
Protected Attributes | |
| $errors = array() | |
Definition at line 7 of file CheckData.php.
| addError | ( | $msg | ) |
Definition at line 29 of file CheckData.php.
|
abstract |
| array | $data | |
| null | $extra |
| getErrors | ( | ) |
call it after check to see error message
Definition at line 17 of file CheckData.php.
| hasErrors | ( | ) |
|
protected |
Definition at line 12 of file CheckData.php.