ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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 (ilObjLearningModule $a_cont_obj, string $a_mode="xml", string $a_lang="") | |
getInstId () | |
buildExportFile (string $a_mode="") | |
buildExportFileXML (string $a_mode="") | |
build xml export file More... | |
buildExportFileHTML () | |
Data Fields | |
ilDBInterface | $db |
ilObjLearningModule | $cont_obj |
int | $inst_id |
string | $mode |
Protected Attributes | |
int | $inst |
ilXmlWriter | $xml |
string | $filename |
string | $subdir |
string | $export_dir |
string | $lang |
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 25 of file class.ilContObjectExport.php.
ilContObjectExport::__construct | ( | ilObjLearningModule | $a_cont_obj, |
string | $a_mode = "xml" , |
||
string | $a_lang = "" |
||
) |
Definition at line 38 of file class.ilContObjectExport.php.
References $DIC, $ilDB, IL_INST_ID, and ILIAS\Repository\int().
ilContObjectExport::buildExportFile | ( | string | $a_mode = "" | ) |
Definition at line 81 of file class.ilContObjectExport.php.
References buildExportFileHTML(), and buildExportFileXML().
ilContObjectExport::buildExportFileHTML | ( | ) |
Definition at line 181 of file class.ilContObjectExport.php.
Referenced by buildExportFile().
ilContObjectExport::buildExportFileXML | ( | string | $a_mode = "" | ) |
build xml export file
Definition at line 98 of file class.ilContObjectExport.php.
References $subdir, ilObjContentObject\isOnlineHelpModule(), ilFileUtils\makeDir(), and ilFileUtils\zip().
Referenced by buildExportFile().
ilContObjectExport::getInstId | ( | ) |
ilObjLearningModule ilContObjectExport::$cont_obj |
Definition at line 34 of file class.ilContObjectExport.php.
ilDBInterface ilContObjectExport::$db |
Definition at line 33 of file class.ilContObjectExport.php.
|
protected |
Definition at line 31 of file class.ilContObjectExport.php.
|
protected |
Definition at line 29 of file class.ilContObjectExport.php.
|
protected |
Definition at line 27 of file class.ilContObjectExport.php.
int ilContObjectExport::$inst_id |
Definition at line 35 of file class.ilContObjectExport.php.
Referenced by getInstId().
|
protected |
Definition at line 32 of file class.ilContObjectExport.php.
string ilContObjectExport::$mode |
Definition at line 36 of file class.ilContObjectExport.php.
|
protected |
Definition at line 30 of file class.ilContObjectExport.php.
Referenced by buildExportFileXML().
|
protected |
Definition at line 28 of file class.ilContObjectExport.php.