| 
    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 ilSurveyQuestionpoolExport:Public Member Functions | |
| __construct (ilObjSurveyQuestionPool $a_spl_obj, string $a_mode="xml") | |
| getInstId () | |
| buildExportFile (array $questions=null) | |
| build export file (complete zip file)  More... | |
| buildExportFileXML (array $questions=null) | |
| build xml export file  More... | |
Data Fields | |
| ilDBInterface | $db | 
| ilObjSurveyQuestionPool | $spl_obj | 
| int | $inst_id | 
| string | $mode | 
Protected Attributes | |
| 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 survey questionpools
Definition at line 24 of file class.ilSurveyQuestionpoolExport.php.
| ilSurveyQuestionpoolExport::__construct | ( | ilObjSurveyQuestionPool | $a_spl_obj, | 
| string | $a_mode = "xml"  | 
        ||
| ) | 
Definition at line 34 of file class.ilSurveyQuestionpoolExport.php.
References $DIC, $ilDB, IL_INST_ID, and ILIAS\Repository\int().
 Here is the call graph for this function:| ilSurveyQuestionpoolExport::buildExportFile | ( | array | $questions = null | ) | 
build export file (complete zip file)
Definition at line 69 of file class.ilSurveyQuestionpoolExport.php.
References buildExportFileXML().
 Here is the call graph for this function:| ilSurveyQuestionpoolExport::buildExportFileXML | ( | array | $questions = null | ) | 
build xml export file
Definition at line 81 of file class.ilSurveyQuestionpoolExport.php.
References ilLog\delete(), ilFileUtils\makeDir(), and ilFileUtils\zip().
Referenced by buildExportFile().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSurveyQuestionpoolExport::getInstId | ( | ) | 
| ilDBInterface ilSurveyQuestionpoolExport::$db | 
Definition at line 29 of file class.ilSurveyQuestionpoolExport.php.
      
  | 
  protected | 
Definition at line 28 of file class.ilSurveyQuestionpoolExport.php.
      
  | 
  protected | 
Definition at line 27 of file class.ilSurveyQuestionpoolExport.php.
| int ilSurveyQuestionpoolExport::$inst_id | 
Definition at line 31 of file class.ilSurveyQuestionpoolExport.php.
Referenced by getInstId().
| string ilSurveyQuestionpoolExport::$mode | 
Definition at line 32 of file class.ilSurveyQuestionpoolExport.php.
| ilObjSurveyQuestionPool ilSurveyQuestionpoolExport::$spl_obj | 
Definition at line 30 of file class.ilSurveyQuestionpoolExport.php.
      
  | 
  protected | 
Definition at line 26 of file class.ilSurveyQuestionpoolExport.php.