ILIAS
Release_4_0_x_branch Revision 61816
|
Export class for questionpools. More...
Public Member Functions | |
ilQuestionpoolExport (&$a_qpl_obj, $a_mode="xml", $array_questions) | |
Constructor public. | |
getInstId () | |
buildExportFile () | |
build export file (complete zip file) | |
buildExportFileXML () | |
build xml export file | |
exportXHTMLMediaObjects ($a_export_dir) | |
buildExportFileXLS () | |
build xml export file |
Data Fields | |
$err | |
$db | |
$ilias | |
$qpl_obj | |
$questions | |
$inst_id | |
$mode | |
$lng |
Export class for questionpools.
Definition at line 35 of file class.ilQuestionpoolExport.php.
ilQuestionpoolExport::buildExportFile | ( | ) |
build export file (complete zip file)
public
Definition at line 98 of file class.ilQuestionpoolExport.php.
References buildExportFileXLS(), and buildExportFileXML().
ilQuestionpoolExport::buildExportFileXLS | ( | ) |
build xml export file
Definition at line 213 of file class.ilQuestionpoolExport.php.
References $ilBench, $questions, $row, ilExcelUtils\_convert_text(), ilFormat\formatDate(), and ilFormat\ftimestamp2dateDB().
Referenced by buildExportFile().
ilQuestionpoolExport::buildExportFileXML | ( | ) |
build xml export file
Definition at line 115 of file class.ilQuestionpoolExport.php.
References $ilBench, exportXHTMLMediaObjects(), ilUtil\makeDir(), ilXmlWriter\xmlSetDtdDef(), and ilUtil\zip().
Referenced by buildExportFile().
ilQuestionpoolExport::exportXHTMLMediaObjects | ( | $a_export_dir | ) |
Definition at line 191 of file class.ilQuestionpoolExport.php.
References $mobs, ilObjMediaObject\_exists(), and ilObjMediaObject\_getMobsOfObject().
Referenced by buildExportFileXML().
ilQuestionpoolExport::getInstId | ( | ) |
Definition at line 86 of file class.ilQuestionpoolExport.php.
References $inst_id.
ilQuestionpoolExport::ilQuestionpoolExport | ( | & | $a_qpl_obj, |
$a_mode = "xml" , |
|||
$array_questions | |||
) |
Constructor public.
Definition at line 50 of file class.ilQuestionpoolExport.php.
References $ilDB, $ilErr, $ilias, and $lng.
ilQuestionpoolExport::$db |
Definition at line 38 of file class.ilQuestionpoolExport.php.
ilQuestionpoolExport::$err |
Definition at line 37 of file class.ilQuestionpoolExport.php.
ilQuestionpoolExport::$ilias |
Definition at line 39 of file class.ilQuestionpoolExport.php.
Referenced by ilQuestionpoolExport().
ilQuestionpoolExport::$inst_id |
Definition at line 42 of file class.ilQuestionpoolExport.php.
Referenced by getInstId().
ilQuestionpoolExport::$lng |
Definition at line 44 of file class.ilQuestionpoolExport.php.
Referenced by ilQuestionpoolExport().
ilQuestionpoolExport::$mode |
Definition at line 43 of file class.ilQuestionpoolExport.php.
ilQuestionpoolExport::$qpl_obj |
Definition at line 40 of file class.ilQuestionpoolExport.php.
ilQuestionpoolExport::$questions |
Definition at line 41 of file class.ilQuestionpoolExport.php.
Referenced by buildExportFileXLS().