|
ILIAS
release_4-3 Revision
|
Export class for questionpools. More...
Collaboration diagram for ilQuestionpoolExport:Public Member Functions | |
| ilQuestionpoolExport (&$a_qpl_obj, $a_mode="xml", $array_questions=null) | |
| 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 104 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 226 of file class.ilQuestionpoolExport.php.
References $ilBench, $questions, $row, ilExcelUtils\_convert_text(), ilFormat\formatDate(), and ilUtil\zip().
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 121 of file class.ilQuestionpoolExport.php.
References $ilBench, exportXHTMLMediaObjects(), ilUtil\makeDir(), ilUtil\makeDirParents(), 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 204 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 92 of file class.ilQuestionpoolExport.php.
References $inst_id.
| ilQuestionpoolExport::ilQuestionpoolExport | ( | & | $a_qpl_obj, |
$a_mode = "xml", |
|||
$array_questions = null |
|||
| ) |
Constructor public.
Definition at line 50 of file class.ilQuestionpoolExport.php.
References $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().