|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Export class for content objects. More...
Collaboration diagram for ilContObjectExport:Public Member Functions | |
| __construct (&$a_cont_obj, $a_mode="xml", $a_lang="") | |
| Constructor @access public. More... | |
| getInstId () | |
| buildExportFile ($a_mode="") | |
| build export file (complete zip file) More... | |
| buildExportFileXML ($a_mode="") | |
| build xml export file More... | |
| buildExportFilePDF () | |
| build pdf offline file More... | |
| buildExportFileHTML () | |
| build html package More... | |
| buildExportFileSCORM () | |
| build scorm package More... | |
Data Fields | |
| $err | |
| $db | |
| $cont_obj | |
| $inst_id | |
| $mode | |
Export class for content objects.
Definition at line 16 of file class.ilContObjectExport.php.
| ilContObjectExport::__construct | ( | & | $a_cont_obj, |
$a_mode = "xml", |
|||
$a_lang = "" |
|||
| ) |
Constructor @access public.
Definition at line 28 of file class.ilContObjectExport.php.
| ilContObjectExport::buildExportFile | ( | $a_mode = "" | ) |
build export file (complete zip file)
@access public
Definition at line 89 of file class.ilContObjectExport.php.
References buildExportFileHTML(), buildExportFilePDF(), buildExportFileSCORM(), and buildExportFileXML().
Here is the call graph for this function:| ilContObjectExport::buildExportFileHTML | ( | ) |
build html package
Definition at line 220 of file class.ilContObjectExport.php.
Referenced by buildExportFile().
Here is the caller graph for this function:| ilContObjectExport::buildExportFilePDF | ( | ) |
build pdf offline file
Definition at line 212 of file class.ilContObjectExport.php.
Referenced by buildExportFile().
Here is the caller graph for this function:| ilContObjectExport::buildExportFileSCORM | ( | ) |
build scorm package
Definition at line 237 of file class.ilContObjectExport.php.
Referenced by buildExportFile().
Here is the caller graph for this function:| ilContObjectExport::buildExportFileXML | ( | $a_mode = "" | ) |
build xml export file
Definition at line 113 of file class.ilContObjectExport.php.
References $_GET, date, ilObjContentObject\isOnlineHelpModule(), ilUtil\makeDir(), ilXmlWriter\xmlSetDtdDef(), and ilUtil\zip().
Referenced by buildExportFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContObjectExport::getInstId | ( | ) |
| ilContObjectExport::$cont_obj |
Definition at line 20 of file class.ilContObjectExport.php.
| ilContObjectExport::$db |
Definition at line 19 of file class.ilContObjectExport.php.
| ilContObjectExport::$err |
Definition at line 18 of file class.ilContObjectExport.php.
| ilContObjectExport::$inst_id |
Definition at line 21 of file class.ilContObjectExport.php.
Referenced by getInstId().
| ilContObjectExport::$mode |
Definition at line 22 of file class.ilContObjectExport.php.