|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Validation of SCORM-XML Files. More...
Collaboration diagram for ilObjSCORMValidator:Public Member Functions | |
| validateXML ($file) | |
| searchDir ($dir) | |
| __construct ($directory) | |
| validate () | |
| getSummary () | |
Data Fields | |
| $dir | |
| $flag | |
| $summary | |
Validation of SCORM-XML Files.
Definition at line 14 of file class.ilObjSCORMValidator.php.
| ilObjSCORMValidator::__construct | ( | $directory | ) |
Definition at line 61 of file class.ilObjSCORMValidator.php.
| ilObjSCORMValidator::getSummary | ( | ) |
Definition at line 77 of file class.ilObjSCORMValidator.php.
References $summary.
| ilObjSCORMValidator::searchDir | ( | $dir | ) |
Definition at line 35 of file class.ilObjSCORMValidator.php.
References $dir, and validateXML().
Referenced by validate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSCORMValidator::validate | ( | ) |
Definition at line 66 of file class.ilObjSCORMValidator.php.
References searchDir().
Here is the call graph for this function:| ilObjSCORMValidator::validateXML | ( | $file | ) |
Definition at line 20 of file class.ilObjSCORMValidator.php.
Referenced by searchDir().
Here is the caller graph for this function:| ilObjSCORMValidator::$dir |
Definition at line 16 of file class.ilObjSCORMValidator.php.
Referenced by searchDir().
| ilObjSCORMValidator::$flag |
Definition at line 17 of file class.ilObjSCORMValidator.php.
| ilObjSCORMValidator::$summary |
Definition at line 18 of file class.ilObjSCORMValidator.php.
Referenced by getSummary().