exportFormat = $exportFormat; } public function getExportFormat() { return $this->exportFormat; } public function setShowConfidentialModeContent($showConfidentialModeContent) { $this->showConfidentialModeContent = $showConfidentialModeContent; } public function getShowConfidentialModeContent() { return $this->showConfidentialModeContent; } }