public function FrxCSVDoc::__construct in Forena Reports 7.4
Same name and namespace in other branches
- 7.3 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';
}