PHP Class IMP_Mime_Viewer_Enriched, horde

Author: Eric Rostetter ([email protected])
Inheritance: extends Horde_Mime_Viewer_Enriched
Afficher le fichier Open project: horde/horde

Méthodes protégées

Méthode Description
_IMPformat ( string $text ) : string Format output text with IMP additions.
_render ( ) : array Return the full rendered version of the Horde_Mime_Part object.
_renderInline ( ) : array Return the rendered inline version of the Horde_Mime_Part object.

Method Details

_IMPformat() protected méthode

Format output text with IMP additions.
protected _IMPformat ( string $text ) : string
$text string The HTML text.
Résultat string The text with extra IMP formatting applied.

_render() protected méthode

Return the full rendered version of the Horde_Mime_Part object.
protected _render ( ) : array
Résultat array See parent::render().

_renderInline() protected méthode

Return the rendered inline version of the Horde_Mime_Part object.
protected _renderInline ( ) : array
Résultat array See parent::render().