Public Member Functions | |
__construct (ExportDataInterface $data, $filename= '') | |
getInfo () | |
compile ($page_id=NULL) | |
Protected Member Functions | |
collapseRow ($row) | |
Protected Attributes | |
$extension = '.csv' | |
$format | |
$page = NULL |
Class CSVExporter
__construct | ( | ExportDataInterface $ | data, | |
$ | filename = '' | |||
) |
collapseRow | ( | $ | row | ) | [protected] |
Collapse a row
compile | ( | $ | page_id = NULL |
) |
Build $this->output in prep for export/save
This is the main method to be extended for the different exporters
Reimplemented from Exporter.
Reimplemented in FlatTextExporter, and HTMLExporter.
getInfo | ( | ) |
Return info about this class
type | $string description |
Reimplemented from Exporter.
Reimplemented in FlatTextExporter, and TabTextExporter.
$extension = '.csv' [protected] |
Reimplemented from Exporter.
Reimplemented in FlatTextExporter, HTMLExporter, and TabTextExporter.
$format [protected] |
Reimplemented in FlatTextExporter, and HTMLExporter.
$page = NULL [protected] |