Inheritance diagram for CheckDoc:
Collaboration diagram for CheckDoc:Public Member Functions | |
| check (array $data, &$extra=null) | |
| getParsedFamName () | |
Public Member Functions inherited from CheckData | |
| getErrors () | |
| hasErrors () | |
| addError ($msg) | |
| check (array $data, &$extra=null) | |
Static Public Member Functions | |
| static | isWellformedLogicalName ($name) |
Data Fields | |
| const | LOGICALNAME_RE = '/^[a-z][a-z0-9_-]*$/i' |
Protected Member Functions | |
| CheckDocFrom () | |
| CheckDocName () | |
Protected Attributes | |
| $famName | |
| $specName | |
| $folderId | |
| $doc | |
Protected Attributes inherited from CheckData | |
| $errors = array() | |
Definition at line 7 of file CheckDoc.php.
| check | ( | array | $data, |
| & | $extra = null |
||
| ) |
| array | $data | |
| Doc | $doc |
Definition at line 31 of file CheckDoc.php.
Here is the call graph for this function:
|
protected |
check check
Definition at line 57 of file CheckDoc.php.
Here is the call graph for this function:
|
protected |
check logical name
Definition at line 90 of file CheckDoc.php.
Here is the call graph for this function:| getParsedFamName | ( | ) |
Get the parsed family name or bool(false) if family could not be parsed.
Definition at line 48 of file CheckDoc.php.
|
static |
Check the given logical name is well-formed.
| $name | string |
Definition at line 111 of file CheckDoc.php.
|
protected |
Definition at line 25 of file CheckDoc.php.
|
protected |
Definition at line 13 of file CheckDoc.php.
|
protected |
Definition at line 21 of file CheckDoc.php.
|
protected |
Definition at line 17 of file CheckDoc.php.
| const LOGICALNAME_RE = '/^[a-z][a-z0-9_-]*$/i' |
Definition at line 9 of file CheckDoc.php.