Inheritance diagram for CheckDefault:
Collaboration diagram for CheckDefault:Public Member Functions | |
| check (array $data, &$doc=null) | |
Public Member Functions inherited from CheckData | |
| getErrors () | |
| hasErrors () | |
| addError ($msg) | |
| check (array $data, &$extra=null) | |
Protected Member Functions | |
| checkDefaultName () | |
| checkDefaultValue () | |
Protected Attributes | |
| $defaultName | |
| $defaultValue = '' | |
| $doc | |
Protected Attributes inherited from CheckData | |
| $errors = array() | |
Definition at line 7 of file CheckDefault.php.
| check | ( | array | $data, |
| & | $doc = null |
||
| ) |
| array | $data | |
| Doc | $doc |
Definition at line 20 of file CheckDefault.php.
Here is the call graph for this function:
|
protected |
check default name syntax
Definition at line 33 of file CheckDefault.php.
Here is the call graph for this function:
|
protected |
check default value if seems to be method
Definition at line 48 of file CheckDefault.php.
Here is the call graph for this function:
|
protected |
Definition at line 9 of file CheckDefault.php.
|
protected |
Definition at line 10 of file CheckDefault.php.
|
protected |
Definition at line 14 of file CheckDefault.php.