You are here

public function CSVDocument::__construct in Forena Reports 7.5

File

src/DocumentFormats/CSVDocument.php, line 13
CSVDocumentTypeBase.php CSV Document export. @author davidmetzler

Class

CSVDocument

Namespace

Drupal\forena\DocumentFormats

Code

public function __construct() {
  $this->content_type = 'application/csv';
}