| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Export class for content objects. More...
 Collaboration diagram for ilGlossaryExport:
 Collaboration diagram for ilGlossaryExport:| Public Member Functions | |
| ilGlossaryExport (&$a_glo_obj, $a_mode="xml") | |
| Constructor  public. | |
| getInstId () | |
| buildExportFile () | |
| build export file (complete zip file) | |
| buildExportFileXML () | |
| build export file (complete zip file) | |
| buildExportFileHTML () | |
| build html export file | |
| Data Fields | |
| $err | |
| $db | |
| $ilias | |
| $glo_obj | |
| $inst_id | |
Export class for content objects.
Definition at line 35 of file class.ilGlossaryExport.php.
| ilGlossaryExport::buildExportFile | ( | ) | 
build export file (complete zip file)
public
Definition at line 163 of file class.ilGlossaryExport.php.
References buildExportFileHTML(), and buildExportFileXML().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilGlossaryExport::buildExportFileHTML | ( | ) | 
build html export file
Definition at line 251 of file class.ilGlossaryExport.php.
References $ilBench.
Referenced by buildExportFile().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilGlossaryExport::buildExportFileXML | ( | ) | 
build export file (complete zip file)
Definition at line 180 of file class.ilGlossaryExport.php.
References $ilBench, ilUtil\makeDir(), 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:| ilGlossaryExport::getInstId | ( | ) | 
Definition at line 82 of file class.ilGlossaryExport.php.
References $inst_id.
| ilGlossaryExport::ilGlossaryExport | ( | & | $a_glo_obj, | 
| $a_mode = "xml" | |||
| ) | 
Constructor public.
Definition at line 47 of file class.ilGlossaryExport.php.
References $ilErr, and $ilias.
| ilGlossaryExport::$db | 
Definition at line 38 of file class.ilGlossaryExport.php.
| ilGlossaryExport::$err | 
Definition at line 37 of file class.ilGlossaryExport.php.
| ilGlossaryExport::$glo_obj | 
Definition at line 40 of file class.ilGlossaryExport.php.
| ilGlossaryExport::$ilias | 
Definition at line 39 of file class.ilGlossaryExport.php.
Referenced by ilGlossaryExport().
| ilGlossaryExport::$inst_id | 
Definition at line 41 of file class.ilGlossaryExport.php.
Referenced by getInstId().