ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Export class for content objects. More...
Public Member Functions | |
__construct (&$a_glo_obj, $a_mode="xml") | |
Constructor public. More... | |
getInstId () | |
buildExportFile () | |
build export file (complete zip file) More... | |
buildExportFileXML () | |
build export file (complete zip file) More... | |
buildExportFileHTML () | |
build html export file More... | |
Data Fields | |
$err | |
$db | |
$glo_obj | |
$inst_id | |
Protected Attributes | |
$settings | |
Export class for content objects.
Definition at line 35 of file class.ilGlossaryExport.php.
ilGlossaryExport::__construct | ( | & | $a_glo_obj, |
$a_mode = "xml" |
|||
) |
Constructor public.
Definition at line 51 of file class.ilGlossaryExport.php.
References $DIC, $ilDB, $ilErr, $ilSetting, $settings, settings(), and time.
ilGlossaryExport::buildExportFile | ( | ) |
build export file (complete zip file)
public
Definition at line 99 of file class.ilGlossaryExport.php.
References buildExportFileHTML(), and buildExportFileXML().
ilGlossaryExport::buildExportFileHTML | ( | ) |
build html export file
Definition at line 174 of file class.ilGlossaryExport.php.
Referenced by buildExportFile().
ilGlossaryExport::buildExportFileXML | ( | ) |
build export file (complete zip file)
Definition at line 115 of file class.ilGlossaryExport.php.
References date, ilUtil\makeDir(), ilXmlWriter\xmlSetDtdDef(), and ilUtil\zip().
Referenced by buildExportFile().
ilGlossaryExport::getInstId | ( | ) |
ilGlossaryExport::$db |
Definition at line 43 of file class.ilGlossaryExport.php.
ilGlossaryExport::$err |
Definition at line 42 of file class.ilGlossaryExport.php.
ilGlossaryExport::$glo_obj |
Definition at line 44 of file class.ilGlossaryExport.php.
ilGlossaryExport::$inst_id |
Definition at line 45 of file class.ilGlossaryExport.php.
Referenced by getInstId().
|
protected |
Definition at line 40 of file class.ilGlossaryExport.php.
Referenced by __construct().