|
ILIAS
Release_5_0_x_branch Revision 61816
|
Export class for surveys. More...
Collaboration diagram for ilSurveyExport:Public Member Functions | |
| ilSurveyExport (&$a_survey_obj, $a_mode="xml") | |
| Constructor public. | |
| getInstId () | |
| buildExportFile () | |
| build export file (complete zip file) | |
| buildExportFileXML () | |
| build xml export file | |
| exportXHTMLMediaObjects ($a_export_dir) | |
Data Fields | |
| $err | |
| $db | |
| $ilias | |
| $survey_obj | |
| $inst_id | |
| $mode | |
| $subdir | |
| $filename | |
| $export_dir | |
Export class for surveys.
Definition at line 31 of file class.ilSurveyExport.php.
| ilSurveyExport::buildExportFile | ( | ) |
build export file (complete zip file)
public
Definition at line 86 of file class.ilSurveyExport.php.
References buildExportFileXML().
Here is the call graph for this function:| ilSurveyExport::buildExportFileXML | ( | ) |
build xml export file
Definition at line 99 of file class.ilSurveyExport.php.
References $ilBench, ilUtil\delDir(), exportXHTMLMediaObjects(), ilUtil\makeDir(), and ilUtil\zip().
Referenced by buildExportFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSurveyExport::exportXHTMLMediaObjects | ( | $a_export_dir | ) |
Definition at line 146 of file class.ilSurveyExport.php.
References $ilBench, $mobs, and ilObjMediaObject\_getMobsOfObject().
Referenced by buildExportFileXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSurveyExport::getInstId | ( | ) |
Definition at line 74 of file class.ilSurveyExport.php.
References $inst_id.
| ilSurveyExport::ilSurveyExport | ( | & | $a_survey_obj, |
$a_mode = "xml" |
|||
| ) |
Constructor public.
Definition at line 47 of file class.ilSurveyExport.php.
References $ilDB, $ilErr, and $ilias.
| ilSurveyExport::$db |
Definition at line 34 of file class.ilSurveyExport.php.
| ilSurveyExport::$err |
Definition at line 33 of file class.ilSurveyExport.php.
| ilSurveyExport::$export_dir |
Definition at line 41 of file class.ilSurveyExport.php.
| ilSurveyExport::$filename |
Definition at line 40 of file class.ilSurveyExport.php.
| ilSurveyExport::$ilias |
Definition at line 35 of file class.ilSurveyExport.php.
Referenced by ilSurveyExport().
| ilSurveyExport::$inst_id |
Definition at line 37 of file class.ilSurveyExport.php.
Referenced by getInstId().
| ilSurveyExport::$mode |
Definition at line 38 of file class.ilSurveyExport.php.
| ilSurveyExport::$subdir |
Definition at line 39 of file class.ilSurveyExport.php.
| ilSurveyExport::$survey_obj |
Definition at line 36 of file class.ilSurveyExport.php.