ILIAS
Release_3_10_x_branch Revision 61812
|
Export class for content objects. More...
Public Member Functions | |
ilContObjectExport (&$a_cont_obj, $a_mode="xml") | |
Constructor public. | |
getInstId () | |
buildExportFile () | |
exports lm_data-table to xml-structure | |
buildExportFileXML () | |
build xml export file | |
buildExportFilePDF () | |
build pdf offline file | |
buildExportFileHTML () | |
build html package | |
buildExportFileSCORM () | |
build scorm package |
Data Fields | |
$err | |
$db | |
$ilias | |
$cont_obj | |
$inst_id | |
$mode |
Export class for content objects.
Definition at line 36 of file class.ilContObjectExport.php.
ilContObjectExport::buildExportFile | ( | ) |
exports lm_data-table to xml-structure
integer | $depth | |
integer | $left | left border of nested-set-structure |
integer | $right | right border of nested-set-structure public |
public
Definition at line 183 of file class.ilContObjectExport.php.
References buildExportFileHTML(), buildExportFilePDF(), buildExportFileSCORM(), and buildExportFileXML().
ilContObjectExport::buildExportFileHTML | ( | ) |
build html package
Definition at line 351 of file class.ilContObjectExport.php.
References $ilBench.
Referenced by buildExportFile().
ilContObjectExport::buildExportFilePDF | ( | ) |
build pdf offline file
Definition at line 287 of file class.ilContObjectExport.php.
References $ilBench, ilFOPUtil\makePDF(), and ilXmlWriter\xmlHeader().
Referenced by buildExportFile().
ilContObjectExport::buildExportFileSCORM | ( | ) |
build scorm package
Definition at line 372 of file class.ilContObjectExport.php.
References $ilBench.
Referenced by buildExportFile().
ilContObjectExport::buildExportFileXML | ( | ) |
build xml export file
Definition at line 208 of file class.ilContObjectExport.php.
References $ilBench, ilObjStyleSheet\exportXML(), ilUtil\makeDir(), ilXmlWriter\xmlSetDtdDef(), and ilUtil\zip().
Referenced by buildExportFile().
ilContObjectExport::getInstId | ( | ) |
Definition at line 95 of file class.ilContObjectExport.php.
References $inst_id.
ilContObjectExport::ilContObjectExport | ( | & | $a_cont_obj, |
$a_mode = "xml" |
|||
) |
Constructor public.
Definition at line 49 of file class.ilContObjectExport.php.
References $ilErr, and $ilias.
ilContObjectExport::$cont_obj |
Definition at line 41 of file class.ilContObjectExport.php.
ilContObjectExport::$db |
Definition at line 39 of file class.ilContObjectExport.php.
ilContObjectExport::$err |
Definition at line 38 of file class.ilContObjectExport.php.
ilContObjectExport::$ilias |
Definition at line 40 of file class.ilContObjectExport.php.
Referenced by ilContObjectExport().
ilContObjectExport::$inst_id |
Definition at line 42 of file class.ilContObjectExport.php.
Referenced by getInstId().
ilContObjectExport::$mode |
Definition at line 43 of file class.ilContObjectExport.php.