You are here

public function CSV::__construct in Forena Reports 8

File

src/FrxPlugin/Document/CSV.php, line 20
Implements \Drupal\forena\FrxPlugin\Document\CSV

Class

CSV
Provides CSV file exports

Namespace

Drupal\forena\FrxPlugin\Document

Code

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