| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Export class for questionpools. More...
 Collaboration diagram for ilQuestionpoolExport:
 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 15 of file class.ilQuestionpoolExport.php.
| ilQuestionpoolExport::buildExportFile | ( | ) | 
build export file (complete zip file)
public
Definition at line 84 of file class.ilQuestionpoolExport.php.
References buildExportFileXLS(), and buildExportFileXML().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilQuestionpoolExport::buildExportFileXLS | ( | ) | 
build xml export file
Definition at line 206 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilQuestionpoolExport::buildExportFileXML | ( | ) | 
build xml export file
Definition at line 101 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilQuestionpoolExport::exportXHTMLMediaObjects | ( | $a_export_dir | ) | 
Definition at line 184 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilQuestionpoolExport::getInstId | ( | ) | 
Definition at line 72 of file class.ilQuestionpoolExport.php.
References $inst_id.
| ilQuestionpoolExport::ilQuestionpoolExport | ( | & | $a_qpl_obj, | 
| $a_mode = "xml", | |||
| $array_questions = null | |||
| ) | 
Constructor public.
Definition at line 30 of file class.ilQuestionpoolExport.php.
References $ilErr, $ilias, and $lng.
| 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 ilQuestionpoolExport().
| ilQuestionpoolExport::$inst_id | 
Definition at line 22 of file class.ilQuestionpoolExport.php.
Referenced by getInstId().
| ilQuestionpoolExport::$lng | 
Definition at line 24 of file class.ilQuestionpoolExport.php.
Referenced by ilQuestionpoolExport().
| ilQuestionpoolExport::$mode | 
Definition at line 23 of file class.ilQuestionpoolExport.php.
| ilQuestionpoolExport::$qpl_obj | 
Definition at line 20 of file class.ilQuestionpoolExport.php.
| ilQuestionpoolExport::$questions | 
Definition at line 21 of file class.ilQuestionpoolExport.php.
Referenced by buildExportFileXLS().