42 $ilDB = $DIC->database();
44 $this->glo_obj = $a_glo_obj;
46 $this->mode = $a_mode;
50 $this->inst_id = $settings[
"inst_id"] ? $settings[
'inst_id'] : 0;
53 if ($this->mode ==
"html") {
54 $this->export_dir = $this->glo_obj->getExportDirectory(
"html");
55 $this->subdir = $this->glo_obj->getType() .
"_" . $this->glo_obj->getId();
56 $this->filename = $this->subdir .
".zip";
71 $this->glo_obj->createExportDirectory(
"html");
74 $exp = new \ILIAS\Glossary\Export\GlossaryHtmlExport(
buildExportFileHTML()
build html export file
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilObjGlossary $a_glo_obj, string $a_mode)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...