$this->export->
sInitSettings();
} /**
* set feed specific options to the export and sets
* the right header
*/
private function sendHeaders() { $encoding =
$this->
getExportEncoding();
$contentType =
$this->
getExportContentType();
$this->
Response()->headers->
set('content-type',
$contentType . ';charset=' .
$encoding);
$this->
Response()->
sendHeaders();
} /**
* @return string
*/
private function getExportEncoding() { if (!
empty($this->export->sSettings
['encodingID'
]) &&
$this->export->sSettings
['encodingID'
] == 2
) {