| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilSurveyExport:Public Member Functions | |
| __construct (ilObjSurvey $a_survey_obj, $a_mode="xml") | |
| getInstId () | |
| buildExportFile () | |
| buildExportFileXML () | |
| build xml export file  More... | |
| exportXHTMLMediaObjects (string $a_export_dir) | |
Data Fields | |
| ilDBInterface | $db | 
| ilObjSurvey | $survey_obj | 
| int | $inst_id | 
| string | $mode | 
| string | $subdir | 
| string | $filename | 
| string | $export_dir | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Export class for surveys
Definition at line 23 of file class.ilSurveyExport.php.
| ilSurveyExport::__construct | ( | ilObjSurvey | $a_survey_obj, | 
$a_mode = "xml"  | 
        |||
| ) | 
Definition at line 33 of file class.ilSurveyExport.php.
References $DIC, $ilDB, IL_INST_ID, and ILIAS\Repository\int().
 Here is the call graph for this function:| ilSurveyExport::buildExportFile | ( | ) | 
Definition at line 67 of file class.ilSurveyExport.php.
References buildExportFileXML().
 Here is the call graph for this function:| ilSurveyExport::buildExportFileXML | ( | ) | 
build xml export file
| ilLogException | |
| ilSurveyException | 
Definition at line 81 of file class.ilSurveyExport.php.
References ilFileUtils\delDir(), exportXHTMLMediaObjects(), ilFileUtils\makeDir(), and ilFileUtils\zip().
Referenced by buildExportFile().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSurveyExport::exportXHTMLMediaObjects | ( | string | $a_export_dir | ) | 
Definition at line 117 of file class.ilSurveyExport.php.
References ilObjMediaObject\_getMobsOfObject().
Referenced by buildExportFileXML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSurveyExport::getInstId | ( | ) | 
| ilDBInterface ilSurveyExport::$db | 
Definition at line 25 of file class.ilSurveyExport.php.
| string ilSurveyExport::$export_dir | 
Definition at line 31 of file class.ilSurveyExport.php.
| string ilSurveyExport::$filename | 
Definition at line 30 of file class.ilSurveyExport.php.
| int ilSurveyExport::$inst_id | 
Definition at line 27 of file class.ilSurveyExport.php.
Referenced by getInstId().
| string ilSurveyExport::$mode | 
Definition at line 28 of file class.ilSurveyExport.php.
| string ilSurveyExport::$subdir | 
Definition at line 29 of file class.ilSurveyExport.php.
| ilObjSurvey ilSurveyExport::$survey_obj | 
Definition at line 26 of file class.ilSurveyExport.php.