ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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.
References $DIC, $ilDB, and time.
ilSurveyQuestionpoolExport::buildExportFile | ( | $questions = null | ) |
build export file (complete zip file)
public
Definition at line 78 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 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.