ILIAS
Release_4_0_x_branch Revision 61816
|
Export class for content objects. More...
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 162 of file class.ilGlossaryExport.php.
References buildExportFileHTML(), and buildExportFileXML().
ilGlossaryExport::buildExportFileHTML | ( | ) |
build html export file
Definition at line 250 of file class.ilGlossaryExport.php.
References $ilBench.
Referenced by buildExportFile().
ilGlossaryExport::buildExportFileXML | ( | ) |
build export file (complete zip file)
Definition at line 179 of file class.ilGlossaryExport.php.
References $ilBench, ilUtil\makeDir(), ilXmlWriter\xmlSetDtdDef(), and ilUtil\zip().
Referenced by buildExportFile().
ilGlossaryExport::getInstId | ( | ) |
Definition at line 81 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 $ilDB, $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().