ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Export class for survey questionpools. More...
Public Member Functions | |
__construct ($a_spl_obj, $a_mode="xml") | |
Constructor public. More... | |
getInstId () | |
buildExportFile ($questions=null) | |
build export file (complete zip file) More... | |
buildExportFileXML ($questions=null) | |
build xml export file More... | |
Data Fields | |
$db | |
$spl_obj | |
$inst_id | |
$mode | |
Export class for survey questionpools.
Definition at line 31 of file class.ilSurveyQuestionpoolExport.php.
ilSurveyQuestionpoolExport::__construct | ( | $a_spl_obj, | |
$a_mode = "xml" |
|||
) |
Constructor public.
Definition at line 42 of file class.ilSurveyQuestionpoolExport.php.
ilSurveyQuestionpoolExport::buildExportFile | ( | $questions = null | ) |
build export file (complete zip file)
public
Definition at line 77 of file class.ilSurveyQuestionpoolExport.php.
References buildExportFileXML().
ilSurveyQuestionpoolExport::buildExportFileXML | ( | $questions = null | ) |
build xml export file
Definition at line 90 of file class.ilSurveyQuestionpoolExport.php.
References $ilBench, date, ilLog\delete(), ilUtil\makeDir(), and ilUtil\zip().
Referenced by buildExportFile().
ilSurveyQuestionpoolExport::getInstId | ( | ) |
ilSurveyQuestionpoolExport::$db |
Definition at line 33 of file class.ilSurveyQuestionpoolExport.php.
ilSurveyQuestionpoolExport::$inst_id |
Definition at line 35 of file class.ilSurveyQuestionpoolExport.php.
Referenced by getInstId().
ilSurveyQuestionpoolExport::$mode |
Definition at line 36 of file class.ilSurveyQuestionpoolExport.php.
ilSurveyQuestionpoolExport::$spl_obj |
Definition at line 34 of file class.ilSurveyQuestionpoolExport.php.