ILIAS
Release_4_4_x_branch Revision 61816
|
Export class for content objects. More...
Public Member Functions | |
ilContObjectExport (&$a_cont_obj, $a_mode="xml", $a_lang="") | |
Constructor public. | |
getInstId () | |
buildExportFile () | |
build export file (complete zip file) | |
buildExportFileXML () | |
build xml export file | |
buildExportFilePDF () | |
build pdf offline file | |
buildExportFileHTML () | |
build html package | |
buildExportFileSCORM () | |
build scorm package |
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::buildExportFile | ( | ) |
build export file (complete zip file)
public
Definition at line 94 of file class.ilContObjectExport.php.
References buildExportFileHTML(), buildExportFilePDF(), buildExportFileSCORM(), and buildExportFileXML().
ilContObjectExport::buildExportFileHTML | ( | ) |
build html package
Definition at line 216 of file class.ilContObjectExport.php.
References $ilBench.
Referenced by buildExportFile().
ilContObjectExport::buildExportFilePDF | ( | ) |
build pdf offline file
Definition at line 208 of file class.ilContObjectExport.php.
Referenced by buildExportFile().
ilContObjectExport::buildExportFileSCORM | ( | ) |
build scorm package
Definition at line 238 of file class.ilContObjectExport.php.
References $ilBench.
Referenced by buildExportFile().
ilContObjectExport::buildExportFileXML | ( | ) |
build xml export file
Definition at line 119 of file class.ilContObjectExport.php.
References $_GET, $ilBench, ilObjContentObject\isOnlineHelpModule(), ilUtil\makeDir(), ilObjStyleSheet\setExportSubDir(), ilXmlWriter\xmlSetDtdDef(), and ilUtil\zip().
Referenced by buildExportFile().
ilContObjectExport::getInstId | ( | ) |
Definition at line 83 of file class.ilContObjectExport.php.
References $inst_id.
ilContObjectExport::ilContObjectExport | ( | & | $a_cont_obj, |
$a_mode = "xml" , |
|||
$a_lang = "" |
|||
) |
Constructor public.
Definition at line 29 of file class.ilContObjectExport.php.
References $ilErr, and $ilias.
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 ilContObjectExport().
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.