ILIAS
Release_5_0_x_branch Revision 61816
|
Export class for survey questionpools. More...
Public Member Functions | |
ilSurveyQuestionpoolExport (&$a_spl_obj, $a_mode="xml") | |
Constructor public. | |
getInstId () | |
buildExportFile ($questions=null) | |
build export file (complete zip file) | |
buildExportFileXML ($questions=null) | |
build xml export file |
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)
public
Definition at line 82 of file class.ilSurveyQuestionpoolExport.php.
References buildExportFileXML().
ilSurveyQuestionpoolExport::buildExportFileXML | ( | $questions = null | ) |
build xml export file
Definition at line 95 of file class.ilSurveyQuestionpoolExport.php.
References $ilBench, ilLog\delete(), ilUtil\makeDir(), and ilUtil\zip().
Referenced by buildExportFile().
ilSurveyQuestionpoolExport::getInstId | ( | ) |
Definition at line 70 of file class.ilSurveyQuestionpoolExport.php.
References $inst_id.
ilSurveyQuestionpoolExport::ilSurveyQuestionpoolExport | ( | & | $a_spl_obj, |
$a_mode = "xml" |
|||
) |
Constructor public.
Definition at line 44 of file class.ilSurveyQuestionpoolExport.php.
References $ilDB, $ilErr, and $ilias.
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.