44 $this->glo_obj = $a_glo_obj;
46 $this->mode = $a_mode;
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(
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
buildExportFileHTML()
build html export file
__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...