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