27 public function __construct(&$a_cont_obj, $a_mode =
"xml", $a_lang =
"")
32 $ilDB = $DIC->database();
34 $this->cont_obj = $a_cont_obj;
38 $this->mode = $a_mode;
39 $this->lang = $a_lang;
44 switch ($this->mode) {
46 if ($this->lang ==
"") {
47 $this->export_dir = $this->cont_obj->getExportDirectory(
"html");
49 $this->export_dir = $this->cont_obj->getExportDirectory(
"html_" . $this->lang);
51 $this->subdir = $this->cont_obj->getType() .
"_" . $this->cont_obj->getId();
52 $this->filename = $this->subdir .
".zip";
56 $this->export_dir = $this->cont_obj->getExportDirectory(
"scorm");
57 $this->subdir = $this->cont_obj->getType() .
"_" . $this->cont_obj->getId();
58 $this->filename = $this->subdir .
".zip";
62 $this->export_dir = $this->cont_obj->getOfflineDirectory();
63 $this->subdir = $date .
"__" . $this->inst_id .
"__" .
64 $this->cont_obj->getType() .
"_" . $this->cont_obj->getId();
65 $this->filename = $this->subdir .
".fo";
69 $this->export_dir = $this->cont_obj->getExportDirectory();
70 $this->subdir = $date .
"__" . $this->inst_id .
"__" .
71 $this->cont_obj->getType() .
"_" . $this->cont_obj->getId();
72 $this->filename = $this->subdir .
".xml";
90 switch ($this->mode) {
114 if (in_array($a_mode, array(
"master",
"masternomedia"))) {
116 $conf = $exp->getConfig(
"Modules/LearningModule");
117 $conf->setMasterLanguageOnly(
true, ($a_mode ==
"master"));
118 $exp->exportObject($this->cont_obj->getType(), $this->cont_obj->getId(),
"5.1.0");
125 $this->xml->
xmlSetDtdDef(
"<!DOCTYPE ContentObject SYSTEM \"http://www.ilias.de/download/dtd/ilias_co_3_7.dtd\">");
128 $this->xml->xmlSetGenCmt(
"Export of ILIAS Content Module " .
129 $this->cont_obj->getId() .
" of installation " . $this->inst .
".");
132 $this->xml->xmlHeader();
135 $this->cont_obj->createExportDirectory();
140 $expDir = $this->cont_obj->getExportDirectory();
141 $expLog =
new ilLog($expDir,
"export.log");
143 $expLog->setLogFormat(
"");
144 $expLog->write(date(
"[y-m-d H:i:s] ") .
"Start Export");
147 $this->cont_obj->exportXML(
150 $this->export_dir .
"/" . $this->subdir,
155 if ($this->cont_obj->getStyleSheetId() > 0) {
156 $style_obj =
new ilObjStyleSheet($this->cont_obj->getStyleSheetId(),
false);
159 $style_file = $style_obj->export();
160 if (is_file($style_file)) {
161 copy($style_file, $this->export_dir .
"/" . $this->subdir .
"/style.zip");
173 $this->xml->xmlDumpFile($this->export_dir .
"/" . $this->subdir .
"/" . $this->filename,
false);
180 $this->cont_obj->getId(),
184 $this->export_dir .
"/" . $this->subdir
190 $this->export_dir .
"/" . $this->subdir,
191 $this->export_dir .
"/" . $this->subdir .
".zip" 195 $this->xml->_XmlWriter;
197 $expLog->write(date(
"[y-m-d H:i:s] ") .
"Finished Export");
199 return $this->export_dir .
"/" . $this->subdir .
".zip";
216 if ($this->lang ==
"") {
217 $this->cont_obj->createExportDirectory(
"html");
219 $this->cont_obj->createExportDirectory(
"html_" . $this->lang);
224 $exp = new \ILIAS\LearningModule\Export\LMHtmlExport(
231 $exp->exportHTML(
true);
240 $this->cont_obj->createExportDirectory(
"scorm");
242 $target_dir = $this->export_dir .
"/" . $this->subdir;
250 $exp = new \ILIAS\LearningModule\Export\LMHtmlExport(
257 $exp->exportHTML(
false);
261 $man_builder->buildManifest();
262 $man_builder->dump($target_dir);
265 copy(
"Modules/LearningModule/scorm_xsd/adlcp_rootv1p2.xsd", $target_dir .
"/adlcp_rootv1p2.xsd");
266 copy(
"Modules/LearningModule/scorm_xsd/imscp_rootv1p1p2.xsd", $target_dir .
"/imscp_rootv1p1p2.xsd");
267 copy(
"Modules/LearningModule/scorm_xsd/imsmd_rootv1p2p1.xsd", $target_dir .
"/imsmd_rootv1p2p1.xsd");
268 copy(
"Modules/LearningModule/scorm_xsd/ims_xml.xsd", $target_dir .
"/ims_xml.xsd");
272 $zip_file = $target_dir .
"/" . $date .
"__" .
IL_INST_ID .
"__" .
273 $this->cont_obj->getType() .
"_" . $this->cont_obj->getId() .
".zip";
276 $target_dir .
"/imsmanifest.xml",
277 $target_dir .
"/adlcp_rootv1p2.xsd",
278 $target_dir .
"/imscp_rootv1p1p2.xsd",
279 $target_dir .
"/ims_xml.xsd",
280 $target_dir .
"/imsmd_rootv1p2p1.xsd"), $zip_file);
282 $dest_file = $this->cont_obj->getExportDirectory(
"scorm") .
"/" . $date .
"__" .
IL_INST_ID .
"__" .
283 $this->cont_obj->getType() .
"_" . $this->cont_obj->getId() .
".zip";
285 rename($zip_file, $dest_file);
xmlSetDtdDef($dtdDef)
Sets dtd definition.
buildExportFile($a_mode="")
build export file (complete zip file)
setExportSubDir($a_dir)
Set local directory, that will be included within the zip file.
buildExportFileXML($a_mode="")
build xml export file
Content Object (ILIAS native learning module / digilib book) Manifest export class.
Export class for content objects.
__construct(&$a_cont_obj, $a_mode="xml", $a_lang="")
Constructor public.
buildExportFilePDF()
build pdf offline file
static zip($a_dir, $a_file, $compress_content=false)
zips given directory/file into given zip.file
static makeDir($a_dir)
creates a new directory and inherits all filesystem permissions of the parent directory You may pass ...
static isOnlineHelpModule($a_id, $a_as_obj_id=false)
Is module an online module.
buildExportFileHTML()
build html package
static delDir($a_dir, $a_clean_only=false)
removes a dir and all its content (subdirs and files) recursively
buildExportFileSCORM()
build scorm package