|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Export class for survey questionpools. More...
Collaboration diagram for ilSurveyQuestionpoolExport:Public Member Functions | |
| ilSurveyQuestionpoolExport (&$a_spl_obj, $a_mode="xml") | |
| Constructor @access public. More... | |
| getInstId () | |
| buildExportFile ($questions=null) | |
| build export file (complete zip file) More... | |
| buildExportFileXML ($questions=null) | |
| build xml export file More... | |
Data Fields | |
| $err | |
| $db | |
| $ilias | |
| $spl_obj | |
| $inst_id | |
| $mode | |
Export class for survey questionpools.
Definition at line 31 of file class.ilSurveyQuestionpoolExport.php.
| ilSurveyQuestionpoolExport::buildExportFile | ( | $questions = null | ) |
build export file (complete zip file)
@access public
Definition at line 82 of file class.ilSurveyQuestionpoolExport.php.
References buildExportFileXML().
Here is the call graph for this function:| ilSurveyQuestionpoolExport::buildExportFileXML | ( | $questions = null | ) |
build xml export file
Definition at line 95 of file class.ilSurveyQuestionpoolExport.php.
References $ilBench, ilUtil\makeDir(), and ilUtil\zip().
Referenced by buildExportFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSurveyQuestionpoolExport::getInstId | ( | ) |
| ilSurveyQuestionpoolExport::ilSurveyQuestionpoolExport | ( | & | $a_spl_obj, |
$a_mode = "xml" |
|||
| ) |
Constructor @access public.
Definition at line 44 of file class.ilSurveyQuestionpoolExport.php.
| ilSurveyQuestionpoolExport::$db |
Definition at line 34 of file class.ilSurveyQuestionpoolExport.php.
| ilSurveyQuestionpoolExport::$err |
Definition at line 33 of file class.ilSurveyQuestionpoolExport.php.
| ilSurveyQuestionpoolExport::$ilias |
Definition at line 35 of file class.ilSurveyQuestionpoolExport.php.
Referenced by ilSurveyQuestionpoolExport().
| ilSurveyQuestionpoolExport::$inst_id |
Definition at line 37 of file class.ilSurveyQuestionpoolExport.php.
Referenced by getInstId().
| ilSurveyQuestionpoolExport::$mode |
Definition at line 38 of file class.ilSurveyQuestionpoolExport.php.
| ilSurveyQuestionpoolExport::$spl_obj |
Definition at line 36 of file class.ilSurveyQuestionpoolExport.php.