You are here

public function FrxCSVDoc::__construct in Forena Reports 7.3

Same name and namespace in other branches
  1. 7.4 docformats/FrxCSVDoc.inc \FrxCSVDoc::__construct()

File

docformats/FrxCSVDoc.inc, line 10
FrxCSVDoc.inc CSV Document export. @author davidmetzler

Class

FrxCSVDoc
@file FrxCSVDoc.inc CSV Document export. @author davidmetzler

Code

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