|
ILIAS
eassessment Revision 61809
|
Export class for SCORM 2004 object. More...
Collaboration diagram for ilScorm2004Export:Public Member Functions | |
| ilScorm2004Export (&$a_cont_obj, $a_mode="SCORM 2004 3rd") | |
| Constructor public. | |
| getExportDirectory () | |
| getExportDirectoryForType ($type) | |
| getExportSubDirectory () | |
| getExportFileName () | |
| getSupportedExportTypes () | |
| getInstId () | |
| buildExportFile () | |
| build export file (complete zip file) | |
| buildExportFileSCORM ($ver) | |
| build xml export file | |
| buildExportFileHTML () | |
| build xml export file | |
| buildExportFileISO () | |
| buildExportFilePDF () | |
| createExportDirectory () | |
Private Attributes | |
| $err | |
| $db | |
| $ilias | |
| $cont_obj | |
| $cont_obj_id | |
| $inst_id | |
| $mode | |
| $export_types | |
| $module_id | |
| $date | |
| $settings | |
| $export_dir | |
| $subdir | |
| $filename | |
Export class for SCORM 2004 object.
Definition at line 29 of file class.ilSCORM2004Export.php.
| ilScorm2004Export::buildExportFile | ( | ) |
build export file (complete zip file)
public
Definition at line 150 of file class.ilSCORM2004Export.php.
References buildExportFileHTML(), buildExportFileISO(), buildExportFilePDF(), and buildExportFileSCORM().
Here is the call graph for this function:| ilScorm2004Export::buildExportFileHTML | ( | ) |
build xml export file
Definition at line 213 of file class.ilSCORM2004Export.php.
References $export_dir, $ilBench, createExportDirectory(), ilUtil\delDir(), ilUtil\makeDir(), and ilUtil\zip().
Referenced by buildExportFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilScorm2004Export::buildExportFileISO | ( | ) |
Definition at line 251 of file class.ilSCORM2004Export.php.
References $export_dir, $ilBench, createExportDirectory(), ilUtil\CreateIsoFromFolder(), ilUtil\delDir(), and ilUtil\makeDir().
Referenced by buildExportFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilScorm2004Export::buildExportFilePDF | ( | ) |
Definition at line 292 of file class.ilSCORM2004Export.php.
References $export_dir, $ilBench, $ilLog, createExportDirectory(), ilUtil\delDir(), ilRpcClientFactory\factory(), ilUtil\makeDir(), and ilUtil\sendFailure().
Referenced by buildExportFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilScorm2004Export::buildExportFileSCORM | ( | $ver | ) |
build xml export file
Definition at line 172 of file class.ilSCORM2004Export.php.
References $export_dir, $ilBench, createExportDirectory(), ilUtil\delDir(), ilUtil\makeDir(), and ilUtil\zip().
Referenced by buildExportFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilScorm2004Export::createExportDirectory | ( | ) |
Definition at line 363 of file class.ilSCORM2004Export.php.
References $module_id, ilUtil\getDataDir(), and ilUtil\makeDir().
Referenced by buildExportFileHTML(), buildExportFileISO(), buildExportFilePDF(), and buildExportFileSCORM().
Here is the call graph for this function:
Here is the caller graph for this function:| ilScorm2004Export::getExportDirectory | ( | ) |
Definition at line 90 of file class.ilSCORM2004Export.php.
References getExportDirectoryForType().
Referenced by ilScorm2004Export().
Here is the call graph for this function:
Here is the caller graph for this function:| ilScorm2004Export::getExportDirectoryForType | ( | $type | ) |
Definition at line 95 of file class.ilSCORM2004Export.php.
References $ret, $type, and ilUtil\getDataDir().
Referenced by getExportDirectory().
Here is the call graph for this function:
Here is the caller graph for this function:| ilScorm2004Export::getExportFileName | ( | ) |
Definition at line 121 of file class.ilSCORM2004Export.php.
Referenced by ilScorm2004Export().
Here is the caller graph for this function:| ilScorm2004Export::getExportSubDirectory | ( | ) |
Definition at line 116 of file class.ilSCORM2004Export.php.
References $cont_obj_id.
Referenced by ilScorm2004Export().
Here is the caller graph for this function:| ilScorm2004Export::getInstId | ( | ) |
Definition at line 139 of file class.ilSCORM2004Export.php.
References $inst_id.
| ilScorm2004Export::getSupportedExportTypes | ( | ) |
Definition at line 134 of file class.ilSCORM2004Export.php.
References $export_types.
| ilScorm2004Export::ilScorm2004Export | ( | & | $a_cont_obj, |
$a_mode = "SCORM 2004 3rd" |
|||
| ) |
Constructor public.
Definition at line 51 of file class.ilSCORM2004Export.php.
References $ilDB, $ilErr, $ilias, $settings, getExportDirectory(), getExportFileName(), and getExportSubDirectory().
Here is the call graph for this function:
|
private |
Definition at line 34 of file class.ilSCORM2004Export.php.
|
private |
Definition at line 35 of file class.ilSCORM2004Export.php.
Referenced by getExportSubDirectory().
|
private |
Definition at line 41 of file class.ilSCORM2004Export.php.
|
private |
Definition at line 32 of file class.ilSCORM2004Export.php.
|
private |
Definition at line 31 of file class.ilSCORM2004Export.php.
|
private |
Definition at line 43 of file class.ilSCORM2004Export.php.
Referenced by buildExportFileHTML(), buildExportFileISO(), buildExportFilePDF(), and buildExportFileSCORM().
|
private |
Definition at line 38 of file class.ilSCORM2004Export.php.
Referenced by getSupportedExportTypes().
|
private |
Definition at line 45 of file class.ilSCORM2004Export.php.
|
private |
Definition at line 33 of file class.ilSCORM2004Export.php.
Referenced by ilScorm2004Export().
|
private |
Definition at line 36 of file class.ilSCORM2004Export.php.
Referenced by getInstId().
|
private |
Definition at line 37 of file class.ilSCORM2004Export.php.
|
private |
Definition at line 39 of file class.ilSCORM2004Export.php.
Referenced by createExportDirectory().
|
private |
Definition at line 42 of file class.ilSCORM2004Export.php.
Referenced by ilScorm2004Export().
|
private |
Definition at line 44 of file class.ilSCORM2004Export.php.