Documentation

IMP_Mime_Viewer_Enriched extends Horde_Mime_Viewer_Enriched
in package

Handler to render plain text from enriched content tags (RFC 1896).

Tags
author

Eric Rostetter eric.rostetter@physics.utexas.edu

category

Horde

copyright

2001-2017 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

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().


        
On this page

Search results