ILIAS
Release_4_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) | |
build export file (complete zip file) | |
buildExportFileXML ($questions) | |
build xml export file |
Data Fields | |
$err | |
$db | |
$ilias | |
$spl_obj | |
$inst_id | |
$mode |
Export class for survey questionpools.
Definition at line 33 of file class.ilSurveyQuestionpoolExport.php.
ilSurveyQuestionpoolExport::buildExportFile | ( | $questions | ) |
build export file (complete zip file)
public
Definition at line 84 of file class.ilSurveyQuestionpoolExport.php.
References buildExportFileXML().
ilSurveyQuestionpoolExport::buildExportFileXML | ( | $questions | ) |
build xml export file
Definition at line 97 of file class.ilSurveyQuestionpoolExport.php.
References $filename, and $ilBench.
Referenced by buildExportFile().
ilSurveyQuestionpoolExport::getInstId | ( | ) |
Definition at line 72 of file class.ilSurveyQuestionpoolExport.php.
References $inst_id.
ilSurveyQuestionpoolExport::ilSurveyQuestionpoolExport | ( | & | $a_spl_obj, |
$a_mode = "xml" |
|||
) |
Constructor public.
Definition at line 46 of file class.ilSurveyQuestionpoolExport.php.
References $ilDB, $ilErr, and $ilias.
ilSurveyQuestionpoolExport::$db |
Definition at line 36 of file class.ilSurveyQuestionpoolExport.php.
ilSurveyQuestionpoolExport::$err |
Definition at line 35 of file class.ilSurveyQuestionpoolExport.php.
ilSurveyQuestionpoolExport::$ilias |
Definition at line 37 of file class.ilSurveyQuestionpoolExport.php.
Referenced by ilSurveyQuestionpoolExport().
ilSurveyQuestionpoolExport::$inst_id |
Definition at line 39 of file class.ilSurveyQuestionpoolExport.php.
Referenced by getInstId().
ilSurveyQuestionpoolExport::$mode |
Definition at line 40 of file class.ilSurveyQuestionpoolExport.php.
ilSurveyQuestionpoolExport::$spl_obj |
Definition at line 38 of file class.ilSurveyQuestionpoolExport.php.