getType()
getType() : string
getType returns a string type for the exporter, e.g. 'icml'
Export interface
export(\Ceo\Core\Models\Content $content) : string
Export accepts a single Content model and returns an exported string representation.
Errors during the export process MUST throw a Ceo\Core\Exceptions\ExportException instance.
\Ceo\Core\Models\Content | $content |