This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
More...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Export class for content objects
- Author
- Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de
Definition at line 24 of file class.ilGlossaryExport.php.
◆ __construct()
ilGlossaryExport::__construct |
( |
ilObjGlossary |
$a_glo_obj, |
|
|
string |
$a_mode |
|
) |
| |
Definition at line 35 of file class.ilGlossaryExport.php.
References $DIC, $ilDB, $ilSetting, and ILIAS\Repository\settings().
42 $ilDB = $DIC->database();
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";
◆ buildExportFileHTML()
ilGlossaryExport::buildExportFileHTML |
( |
| ) |
|
build html export file
Definition at line 68 of file class.ilGlossaryExport.php.
71 $this->glo_obj->createExportDirectory(
"html");
74 $exp = new \ILIAS\Glossary\Export\GlossaryHtmlExport(
◆ getInstId()
ilGlossaryExport::getInstId |
( |
| ) |
|
◆ $db
◆ $export_dir
string ilGlossaryExport::$export_dir = "" |
|
protected |
◆ $filename
string ilGlossaryExport::$filename = "" |
|
protected |
◆ $glo_obj
◆ $inst_id
int ilGlossaryExport::$inst_id |
◆ $mode
string ilGlossaryExport::$mode |
|
protected |
◆ $settings
◆ $subdir
string ilGlossaryExport::$subdir = "" |
|
protected |
The documentation for this class was generated from the following file: