|
ILIAS
eassessment Revision 61809
|
Export class for questionpools. More...
Collaboration diagram for ilQuestionpoolExport: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 100 of file class.ilQuestionpoolExport.php.
References buildExportFileXLS(), and buildExportFileXML().
Here is the call graph for this function:| ilQuestionpoolExport::buildExportFileXLS | ( | ) |
build xml export file
Definition at line 215 of file class.ilQuestionpoolExport.php.
References $file, $ilBench, $questions, $row, CELL_FORMAT_TITLE, ilExcelUtils\ExcelAdapter(), ilFormat\formatDate(), and ilFormat\ftimestamp2dateDB().
Referenced by buildExportFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilQuestionpoolExport::buildExportFileXML | ( | ) |
build xml export file
Definition at line 117 of file class.ilQuestionpoolExport.php.
References $ilBench, exportXHTMLMediaObjects(), ilUtil\makeDir(), ilXmlWriter\xmlSetDtdDef(), and ilUtil\zip().
Referenced by buildExportFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilQuestionpoolExport::exportXHTMLMediaObjects | ( | $a_export_dir | ) |
Definition at line 193 of file class.ilQuestionpoolExport.php.
References $mobs, ilObjMediaObject\_exists(), and ilObjMediaObject\_getMobsOfObject().
Referenced by buildExportFileXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilQuestionpoolExport::getInstId | ( | ) |
Definition at line 88 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, $lng, and ilExcelUtils\ExcelAdapter().
Here is the call graph for this function:| 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().