Inheritance diagram for CheckClass:
Collaboration diagram for CheckClass:Public Member Functions | |
| check (array $data, &$doc=null) | |
Public Member Functions inherited from CheckData | |
| getErrors () | |
| hasErrors () | |
| addError ($msg) | |
| check (array $data, &$extra=null) | |
Static Public Member Functions | |
| static | phpLintFile ($fileName, &$output) |
Protected Member Functions | |
| checkClassSyntax () | |
| getClassFile () | |
| checkClassFile () | |
| checkInherit () | |
Protected Attributes | |
| $className | |
| $fileName | |
| $doc | |
Protected Attributes inherited from CheckData | |
| $errors = array() | |
Definition at line 7 of file CheckClass.php.
| check | ( | array | $data, |
| & | $doc = null |
||
| ) |
| array | $data | |
| Doc | $doc |
Definition at line 26 of file CheckClass.php.
Here is the call graph for this function:
|
protected |
check if it is a folder
Definition at line 63 of file CheckClass.php.
Here is the call graph for this function:
|
protected |
|
protected |
|
protected |
|
static |
Check PHP syntax of file (lint)
| string | $fileName | |
| array | $output | Error message |
Definition at line 86 of file CheckClass.php.
|
protected |
Definition at line 12 of file CheckClass.php.
|
protected |
Definition at line 20 of file CheckClass.php.
|
protected |
Definition at line 16 of file CheckClass.php.