IMP_Mime_Viewer_Enriched
extends Horde_Mime_Viewer_Enriched
in package
Handler to render plain text from enriched content tags (RFC 1896).
Tags
Table of Contents
Methods
- _IMPformat() : string
- Format output text with IMP additions.
- _render() : array<string|int, mixed>
- Return the full rendered version of the Horde_Mime_Part object.
- _renderInline() : array<string|int, mixed>
- Return the rendered inline version of the Horde_Mime_Part object.
Methods
_IMPformat()
Format output text with IMP additions.
protected
_IMPformat(string $text) : string
Parameters
- $text : string
-
The HTML text.
Return values
string —The text with extra IMP formatting applied.
_render()
Return the full rendered version of the Horde_Mime_Part object.
protected
_render() : array<string|int, mixed>
Return values
array<string|int, mixed> —See parent::render().
_renderInline()
Return the rendered inline version of the Horde_Mime_Part object.
protected
_renderInline() : array<string|int, mixed>
Return values
array<string|int, mixed> —See parent::render().