ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
ilSurveyExport::buildExportFile | ( | ) |
Definition at line 67 of file class.ilSurveyExport.php.
References buildExportFileXML().
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().
ilSurveyExport::exportXHTMLMediaObjects | ( | string | $a_export_dir | ) |
Definition at line 117 of file class.ilSurveyExport.php.
References ilObjMediaObject\_getMobsOfObject().
Referenced by buildExportFileXML().
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.