ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Export class for questionpools. More...
Public Member Functions | |
__construct ($a_qpl_obj, $a_mode="xml", $array_questions=null) | |
Constructor public. More... | |
getInstId () | |
buildExportFile () | |
build export file (complete zip file) More... | |
buildExportFileXML () | |
build xml export file More... | |
exportXHTMLMediaObjects ($a_export_dir) | |
Data Fields | |
$err | |
$db | |
$ilias | |
$qpl_obj | |
$questions | |
$inst_id | |
$mode | |
$lng | |
Protected Member Functions | |
buildExportFileXLS () | |
build xml export file More... | |
Export class for questionpools.
Definition at line 15 of file class.ilQuestionpoolExport.php.
ilQuestionpoolExport::__construct | ( | $a_qpl_obj, | |
$a_mode = "xml" , |
|||
$array_questions = null |
|||
) |
ilQuestionpoolExport::buildExportFile | ( | ) |
build export file (complete zip file)
public
Definition at line 96 of file class.ilQuestionpoolExport.php.
References buildExportFileXLS(), and buildExportFileXML().
|
protected |
build xml export file
Definition at line 218 of file class.ilQuestionpoolExport.php.
References $filename, $questions, IL_CAL_UNIX, and ilUtil\zip().
Referenced by buildExportFile().
ilQuestionpoolExport::buildExportFileXML | ( | ) |
build xml export file
Definition at line 112 of file class.ilQuestionpoolExport.php.
References $DIC, $ilBench, exportXHTMLMediaObjects(), ilUtil\makeDir(), ilUtil\makeDirParents(), ilXmlWriter\xmlSetDtdDef(), and ilUtil\zip().
Referenced by buildExportFile().
ilQuestionpoolExport::exportXHTMLMediaObjects | ( | $a_export_dir | ) |
Definition at line 199 of file class.ilQuestionpoolExport.php.
References $mobs, ilObjMediaObject\_exists(), and ilObjMediaObject\_getMobsOfObject().
Referenced by buildExportFileXML().
ilQuestionpoolExport::getInstId | ( | ) |
ilQuestionpoolExport::$db |
Definition at line 18 of file class.ilQuestionpoolExport.php.
ilQuestionpoolExport::$err |
Definition at line 17 of file class.ilQuestionpoolExport.php.
ilQuestionpoolExport::$ilias |
Definition at line 19 of file class.ilQuestionpoolExport.php.
Referenced by __construct().
ilQuestionpoolExport::$inst_id |
Definition at line 25 of file class.ilQuestionpoolExport.php.
Referenced by getInstId().
ilQuestionpoolExport::$lng |
Definition at line 27 of file class.ilQuestionpoolExport.php.
Referenced by __construct().
ilQuestionpoolExport::$mode |
Definition at line 26 of file class.ilQuestionpoolExport.php.
ilQuestionpoolExport::$qpl_obj |
Definition at line 23 of file class.ilQuestionpoolExport.php.
ilQuestionpoolExport::$questions |
Definition at line 24 of file class.ilQuestionpoolExport.php.
Referenced by buildExportFileXLS().