/**
  * Constructor
  *
  * @param ilObjSurvey $a_survey
  * @param ilSurveyEditorGUI $a_survey_editor_gui
  */
 function __construct(ilObjSurvey $a_survey, ilSurveyEditorGUI $a_survey_editor_gui)
 {
     $this->editor_gui = $a_survey_editor_gui;
     $this->ref_id = $a_survey->getRefId();
     $this->object = $a_survey;
 }