ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Export class for content objects. More...
Public Member Functions | |
__construct (&$a_cont_obj, $a_mode="xml", $a_lang="") | |
Constructor public. More... | |
getInstId () | |
buildExportFile ($a_mode="") | |
build export file (complete zip file) More... | |
buildExportFileXML ($a_mode="") | |
build xml export file More... | |
buildExportFilePDF () | |
build pdf offline file More... | |
buildExportFileHTML () | |
build html package More... | |
buildExportFileSCORM () | |
build scorm package More... | |
Data Fields | |
$err | |
$db | |
$cont_obj | |
$inst_id | |
$mode | |
Export class for content objects.
Definition at line 16 of file class.ilContObjectExport.php.
ilContObjectExport::__construct | ( | & | $a_cont_obj, |
$a_mode = "xml" , |
|||
$a_lang = "" |
|||
) |
Constructor public.
Definition at line 28 of file class.ilContObjectExport.php.
References $DIC, $ilDB, $ilErr, and time.
ilContObjectExport::buildExportFile | ( | $a_mode = "" | ) |
build export file (complete zip file)
public
Definition at line 89 of file class.ilContObjectExport.php.
References buildExportFileHTML(), buildExportFilePDF(), buildExportFileSCORM(), and buildExportFileXML().
ilContObjectExport::buildExportFileHTML | ( | ) |
build html package
Definition at line 220 of file class.ilContObjectExport.php.
Referenced by buildExportFile().
ilContObjectExport::buildExportFilePDF | ( | ) |
build pdf offline file
Definition at line 212 of file class.ilContObjectExport.php.
Referenced by buildExportFile().
ilContObjectExport::buildExportFileSCORM | ( | ) |
build scorm package
Definition at line 237 of file class.ilContObjectExport.php.
Referenced by buildExportFile().
ilContObjectExport::buildExportFileXML | ( | $a_mode = "" | ) |
build xml export file
Definition at line 113 of file class.ilContObjectExport.php.
References $_GET, array, date, ilObjContentObject\isOnlineHelpModule(), ilUtil\makeDir(), ilObjStyleSheet\setExportSubDir(), ilXmlWriter\xmlSetDtdDef(), and ilUtil\zip().
Referenced by buildExportFile().
ilContObjectExport::getInstId | ( | ) |
ilContObjectExport::$cont_obj |
Definition at line 20 of file class.ilContObjectExport.php.
ilContObjectExport::$db |
Definition at line 19 of file class.ilContObjectExport.php.
ilContObjectExport::$err |
Definition at line 18 of file class.ilContObjectExport.php.
ilContObjectExport::$inst_id |
Definition at line 21 of file class.ilContObjectExport.php.
Referenced by getInstId().
ilContObjectExport::$mode |
Definition at line 22 of file class.ilContObjectExport.php.