ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Export class for content objects. More...
Public Member Functions | |
__construct (&$a_cont_obj, $a_mode="xml", $a_lang="") | |
Constructor public. More... | |
getInstId () | |
buildExportFile ($a_master_only=false) | |
build export file (complete zip file) More... | |
buildExportFileXML ($a_master_only=false) | |
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 | |
$ilias | |
$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 29 of file class.ilContObjectExport.php.
References $ilDB, $ilErr, $ilias, and time.
ilContObjectExport::buildExportFile | ( | $a_master_only = false | ) |
build export file (complete zip file)
public
Definition at line 91 of file class.ilContObjectExport.php.
References buildExportFileHTML(), buildExportFilePDF(), buildExportFileSCORM(), and buildExportFileXML().
ilContObjectExport::buildExportFileHTML | ( | ) |
build html package
Definition at line 224 of file class.ilContObjectExport.php.
References $ilBench.
Referenced by buildExportFile().
ilContObjectExport::buildExportFilePDF | ( | ) |
build pdf offline file
Definition at line 216 of file class.ilContObjectExport.php.
Referenced by buildExportFile().
ilContObjectExport::buildExportFileSCORM | ( | ) |
build scorm package
Definition at line 246 of file class.ilContObjectExport.php.
References $ilBench.
Referenced by buildExportFile().
ilContObjectExport::buildExportFileXML | ( | $a_master_only = false | ) |
build xml export file
Definition at line 116 of file class.ilContObjectExport.php.
References $_GET, $ilBench, date, ilObjContentObject\isOnlineHelpModule(), ilUtil\makeDir(), ilObjStyleSheet\setExportSubDir(), ilXmlWriter\xmlSetDtdDef(), and ilUtil\zip().
Referenced by buildExportFile().
ilContObjectExport::getInstId | ( | ) |
ilContObjectExport::$cont_obj |
Definition at line 21 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::$ilias |
Definition at line 20 of file class.ilContObjectExport.php.
Referenced by __construct().
ilContObjectExport::$inst_id |
Definition at line 22 of file class.ilContObjectExport.php.
Referenced by getInstId().
ilContObjectExport::$mode |
Definition at line 23 of file class.ilContObjectExport.php.