| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Export class for survey questionpools. More...
 Collaboration diagram for ilSurveyQuestionpoolExport:
 Collaboration diagram for ilSurveyQuestionpoolExport:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSurveyQuestionpoolExport::buildExportFileXML | ( | $questions | ) | 
build xml export file
Definition at line 97 of file class.ilSurveyQuestionpoolExport.php.
References $filename, and $ilBench.
Referenced by buildExportFile().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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.