class HtmlExporter extends Plugin implements ExporterInterface

HTML Exporter

Translates content to partial HTML.

Methods

string
getType()

Return type

string
getContentType()

Return mime type

string
export(Content $content)

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

string
__toString()

Return export as text

Details

at line line 26
string getType()

Return type

Return Value

string

at line line 35
string getContentType()

Return mime type

Return Value

string

at line line 47
string export(Content $content)

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

Parameters

Content $content

Return Value

string

Exceptions

ExportException

at line line 71
string __toString()

Return export as text

Return Value

string