|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilContObjectExport: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().
Here is the call graph for this function:| ilContObjectExport::buildExportFile | ( | string | $a_mode = "" | ) |
Definition at line 81 of file class.ilContObjectExport.php.
References buildExportFileHTML(), and buildExportFileXML().
Here is the call graph for this function:| ilContObjectExport::buildExportFileHTML | ( | ) |
Definition at line 181 of file class.ilContObjectExport.php.
Referenced by buildExportFile().
Here is the caller graph for this function:| ilContObjectExport::buildExportFileXML | ( | string | $a_mode = "" | ) |
build xml export file
Definition at line 98 of file class.ilContObjectExport.php.
Referenced by buildExportFile().
Here is the caller graph for this function:| 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.
|
protected |
Definition at line 28 of file class.ilContObjectExport.php.