ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilObjGlossary $a_glo_obj, string $a_mode="xml") | |
getInstId () | |
buildExportFile () | |
build export file (complete zip file) More... | |
buildExportFileXML () | |
build export file (complete zip file) More... | |
buildExportFileHTML () | |
build html export file More... | |
Data Fields | |
ilDBInterface | $db |
ilObjGlossary | $glo_obj |
int | $inst_id |
Protected Attributes | |
ilXmlWriter | $xml |
string | $export_dir |
string | $filename |
string | $subdir |
string | $mode |
ilSetting | $settings |
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
Definition at line 24 of file class.ilGlossaryExport.php.
ilGlossaryExport::__construct | ( | ilObjGlossary | $a_glo_obj, |
string | $a_mode = "xml" |
||
) |
Definition at line 36 of file class.ilGlossaryExport.php.
References $DIC, $ilDB, $ilSetting, and ILIAS\Repository\settings().
ilGlossaryExport::buildExportFile | ( | ) |
build export file (complete zip file)
Definition at line 79 of file class.ilGlossaryExport.php.
References buildExportFileHTML(), and buildExportFileXML().
ilGlossaryExport::buildExportFileHTML | ( | ) |
build html export file
Definition at line 146 of file class.ilGlossaryExport.php.
Referenced by buildExportFile().
ilGlossaryExport::buildExportFileXML | ( | ) |
build export file (complete zip file)
Definition at line 93 of file class.ilGlossaryExport.php.
References ilFileUtils\makeDir(), and ilFileUtils\zip().
Referenced by buildExportFile().
ilGlossaryExport::getInstId | ( | ) |
ilDBInterface ilGlossaryExport::$db |
Definition at line 32 of file class.ilGlossaryExport.php.
|
protected |
Definition at line 27 of file class.ilGlossaryExport.php.
|
protected |
Definition at line 28 of file class.ilGlossaryExport.php.
ilObjGlossary ilGlossaryExport::$glo_obj |
Definition at line 33 of file class.ilGlossaryExport.php.
int ilGlossaryExport::$inst_id |
Definition at line 34 of file class.ilGlossaryExport.php.
Referenced by getInstId().
|
protected |
Definition at line 30 of file class.ilGlossaryExport.php.
|
protected |
Definition at line 31 of file class.ilGlossaryExport.php.
|
protected |
Definition at line 29 of file class.ilGlossaryExport.php.
|
protected |
Definition at line 26 of file class.ilGlossaryExport.php.