HtmlExporter
class HtmlExporter extends Plugin implements ExporterInterface
HTML Exporter
Translates content to partial HTML.
Methods
string
getType()
Return type
string
getContentType()
Return mime type
string
string
__toString()
Return export as text
Details
at line line 26
string
getType()
Return type
at line line 35
string
getContentType()
Return mime type
at line line 47
string
export(Content $content)
Return properly formatted HTML document. Will throw Ceo\Exceptions\ExportException on failure.
at line line 71
string
__toString()
Return export as text