public function __construct(LimeSurvey $survey, $exportStyle = 'full', $answers = 'short', $filterInc = 'filter')
 {
     parent::__construct($survey);
     $this->exportStyle = $exportStyle;
     $this->answers = $answers;
     $this->filterInc = $filterInc;
 }
 public function __construct(LimeSurvey $survey, $filterState = 'filter', $spssVersion = 2)
 {
     parent::__construct($survey);
     $this->filterState = $filterState;
     $this->spssVersion = $spssVersion;
 }