Public Member Functions | |
__construct (ExportDataInterface $data, $filename= '') | |
getInfo () | |
compile ($page_id=NULL) | |
Protected Attributes | |
$extension = '.txt' | |
$format |
Class FlatTextExporter
__construct | ( | ExportDataInterface $ | data, | |
$ | filename = '' | |||
) |
Constructor
Reimplemented from CSVExporter.
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 CSVExporter.
getInfo | ( | ) |
Return info about this class
type | $string description |
Reimplemented from CSVExporter.
$extension = '.txt' [protected] |
Reimplemented from CSVExporter.
$format [protected] |
Reimplemented from CSVExporter.