class IcmlExporter extends Plugin implements ExporterInterface

ICML Exporter

Translates content RAW html to ICML.

Methods

string
getType()

Return type

string
getContentType()

Return mime type

string
export(Content $content)

Return properly formatted ICML XML document. Will throw Ceo\Exceptions\ExportException on failure.

string
__toString()

Return export as text

Details

at line line 85
string getType()

Return type

Return Value

string

at line line 94
string getContentType()

Return mime type

Return Value

string

at line line 106
string export(Content $content)

Return properly formatted ICML XML document. Will throw Ceo\Exceptions\ExportException on failure.

Parameters

Content $content

Return Value

string

Exceptions

ExportException

at line line 178
string __toString()

Return export as text

Return Value

string