| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Export class for content objects. More...
 Collaboration diagram for ilContObjectExport:
 Collaboration diagram for ilContObjectExport:| Public Member Functions | |
| ilContObjectExport (&$a_cont_obj, $a_mode="xml") | |
| Constructor  public. | |
| getInstId () | |
| buildExportFile () | |
| build export file (complete zip file) | |
| 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 16 of file class.ilContObjectExport.php.
| ilContObjectExport::buildExportFile | ( | ) | 
build export file (complete zip file)
public
Definition at line 86 of file class.ilContObjectExport.php.
References buildExportFileHTML(), buildExportFilePDF(), buildExportFileSCORM(), and buildExportFileXML().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilContObjectExport::buildExportFileHTML | ( | ) | 
build html package
Definition at line 255 of file class.ilContObjectExport.php.
References $ilBench.
Referenced by buildExportFile().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilContObjectExport::buildExportFilePDF | ( | ) | 
build pdf offline file
Definition at line 191 of file class.ilContObjectExport.php.
References $ilBench, ilFOPUtil\makePDF(), and ilXmlWriter\xmlHeader().
Referenced by buildExportFile().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilContObjectExport::buildExportFileSCORM | ( | ) | 
build scorm package
Definition at line 276 of file class.ilContObjectExport.php.
References $ilBench.
Referenced by buildExportFile().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilContObjectExport::buildExportFileXML | ( | ) | 
build xml export file
Definition at line 111 of file class.ilContObjectExport.php.
References $ilBench, ilUtil\makeDir(), ilObjStyleSheet\setExportSubDir(), ilXmlWriter\xmlSetDtdDef(), and ilUtil\zip().
Referenced by buildExportFile().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilContObjectExport::getInstId | ( | ) | 
Definition at line 75 of file class.ilContObjectExport.php.
References $inst_id.
| ilContObjectExport::ilContObjectExport | ( | & | $a_cont_obj, | 
| $a_mode = "xml" | |||
| ) | 
Constructor public.
Definition at line 29 of file class.ilContObjectExport.php.
References $ilDB, $ilErr, and $ilias.
| ilContObjectExport::$cont_obj | 
Definition at line 21 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::$ilias | 
Definition at line 20 of file class.ilContObjectExport.php.
Referenced by ilContObjectExport().
| ilContObjectExport::$inst_id | 
Definition at line 22 of file class.ilContObjectExport.php.
Referenced by getInstId().
| ilContObjectExport::$mode | 
Definition at line 23 of file class.ilContObjectExport.php.