Inheritance diagram for CheckEnd:
Collaboration diagram for CheckEnd:Public Member Functions | |
| __construct (importDocumentDescription &$importer=null) | |
| check (array $data, &$doc=null) | |
| checkMaxAttributes (Doc &$doc) | |
Public Member Functions inherited from CheckData | |
| getErrors () | |
| hasErrors () | |
| addError ($msg) | |
| check (array $data, &$extra=null) | |
Data Fields | |
| const | maxSqlColumn = 1600 |
Protected Member Functions | |
| checkSetAttributes () | |
| checkOrderAttributes () | |
| checkComputedConstraintAttributes () | |
| checkLinks () | |
| checkSetParameters () | |
Protected Attributes | |
| $doc | |
| $importer = null | |
Protected Attributes inherited from CheckData | |
| $errors = array() | |
Definition at line 7 of file CheckEnd.php.
| __construct | ( | importDocumentDescription & | $importer = null | ) |
Definition at line 21 of file CheckEnd.php.
| check | ( | array | $data, |
| & | $doc = null |
||
| ) |
| array | $data | |
| Doc | $doc |
Definition at line 30 of file CheckEnd.php.
Here is the call graph for this function:
|
protected |
Definition at line 120 of file CheckEnd.php.
|
protected |
Verify all links which references document's method
Definition at line 156 of file CheckEnd.php.
| checkMaxAttributes | ( | Doc & | $doc | ) |
Verify if max sql column is reached
| Doc | $doc |
Definition at line 65 of file CheckEnd.php.
Here is the call graph for this function:
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 16 of file CheckEnd.php.
|
protected |
Definition at line 20 of file CheckEnd.php.
| const maxSqlColumn = 1600 |
max column for a table in postgresql
Definition at line 12 of file CheckEnd.php.