ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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="") | |
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 |
ExportFactory | $export_factory |
ilObjUser | $usr |
DataFactory | $data_factory |
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 29 of file class.ilContObjectExport.php.
ilContObjectExport::__construct | ( | ilObjLearningModule | $a_cont_obj, |
string | $a_mode = "xml" , |
||
string | $a_lang = "" |
||
) |
Definition at line 45 of file class.ilContObjectExport.php.
References $DIC, $ilDB, IL_INST_ID, and ILIAS\Repository\int().
ilContObjectExport::buildExportFile | ( | string | $a_mode = "" | ) |
Definition at line 91 of file class.ilContObjectExport.php.
References buildExportFileHTML().
ilContObjectExport::buildExportFileHTML | ( | ) |
Definition at line 196 of file class.ilContObjectExport.php.
Referenced by buildExportFile().
ilContObjectExport::getInstId | ( | ) |
ilObjLearningModule ilContObjectExport::$cont_obj |
Definition at line 41 of file class.ilContObjectExport.php.
|
protected |
Definition at line 39 of file class.ilContObjectExport.php.
ilDBInterface ilContObjectExport::$db |
Definition at line 40 of file class.ilContObjectExport.php.
|
protected |
Definition at line 35 of file class.ilContObjectExport.php.
|
protected |
Definition at line 37 of file class.ilContObjectExport.php.
|
protected |
Definition at line 33 of file class.ilContObjectExport.php.
|
protected |
Definition at line 31 of file class.ilContObjectExport.php.
int ilContObjectExport::$inst_id |
Definition at line 42 of file class.ilContObjectExport.php.
Referenced by getInstId().
|
protected |
Definition at line 36 of file class.ilContObjectExport.php.
string ilContObjectExport::$mode |
Definition at line 43 of file class.ilContObjectExport.php.
|
protected |
Definition at line 34 of file class.ilContObjectExport.php.
|
protected |
Definition at line 38 of file class.ilContObjectExport.php.
|
protected |
Definition at line 32 of file class.ilContObjectExport.php.