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 | |
checkInitialName () | |
checkInitialValue () | |
Protected Attributes | |
$InitialName | |
$InitialValue = '' | |
$doc | |
Protected Attributes inherited from CheckData | |
$errors = array() | |
Definition at line 7 of file CheckInitial.php.
check | ( | array | $data, |
& | $doc = null |
||
) |
array | $data | |
Doc | $doc |
Definition at line 20 of file CheckInitial.php.
|
protected |
check Initial name syntax
Definition at line 33 of file CheckInitial.php.
|
protected |
check Initial value if seems to be method
Definition at line 47 of file CheckInitial.php.
|
protected |
Definition at line 14 of file CheckInitial.php.
|
protected |
Definition at line 9 of file CheckInitial.php.
|
protected |
Definition at line 10 of file CheckInitial.php.