YAMLExporter Class Reference

Inheritance diagram for YAMLExporter:
Exporter ExporterInterface ExporterInterface

Public Member Functions

 __construct (ExportDataInterface $data, $filename= '')
 getInfo ()
 compile ($page_id=NULL)

Protected Attributes

 $extension = '.yaml'

Detailed Description

Class YAMLExporter


Constructor & Destructor Documentation

__construct ( ExportDataInterface data,
filename = '' 
)

Constructor

Parameters:
ExportDataInterface $data
string $filename (Optional) Defaults to ''.

Reimplemented from Exporter.


Member Function Documentation

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

Parameters:
type $string description
Returns:
array
  • name string The human name of this exporter
  • descripttion string A further description
  • extension string The file extension used by this class

Reimplemented from Exporter.


Field Documentation

$extension = '.yaml' [protected]

Reimplemented from Exporter.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables

Generated on Fri Jan 17 20:40:34 2014 for Loft Data Grids by  doxygen 1.6.1