|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Export class for surveys. More...
Collaboration diagram for ilSurveyExport:Public Member Functions | |
| __construct ($a_survey_obj, $a_mode="xml") | |
| Constructor @access public. More... | |
| getInstId () | |
| buildExportFile () | |
| build export file (complete zip file) More... | |
| buildExportFileXML () | |
| build xml export file More... | |
| exportXHTMLMediaObjects ($a_export_dir) | |
Data Fields | |
| $db | |
| $survey_obj | |
| $inst_id | |
| $mode | |
| $subdir | |
| $filename | |
| $export_dir | |
| ilSurveyExport::__construct | ( | $a_survey_obj, | |
$a_mode = "xml" |
|||
| ) |
Constructor @access public.
Definition at line 45 of file class.ilSurveyExport.php.
| ilSurveyExport::buildExportFile | ( | ) |
build export file (complete zip file)
@access public
Definition at line 80 of file class.ilSurveyExport.php.
References buildExportFileXML().
Here is the call graph for this function:| ilSurveyExport::buildExportFileXML | ( | ) |
build xml export file
Definition at line 92 of file class.ilSurveyExport.php.
References date, 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 130 of file class.ilSurveyExport.php.
References $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 | ( | ) |
| ilSurveyExport::$db |
Definition at line 33 of file class.ilSurveyExport.php.
| ilSurveyExport::$export_dir |
Definition at line 39 of file class.ilSurveyExport.php.
| ilSurveyExport::$filename |
Definition at line 38 of file class.ilSurveyExport.php.
| ilSurveyExport::$inst_id |
Definition at line 35 of file class.ilSurveyExport.php.
Referenced by getInstId().
| ilSurveyExport::$mode |
Definition at line 36 of file class.ilSurveyExport.php.
| ilSurveyExport::$subdir |
Definition at line 37 of file class.ilSurveyExport.php.
| ilSurveyExport::$survey_obj |
Definition at line 34 of file class.ilSurveyExport.php.