Method | 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. |
protected _IMPformat ( string $text ) : string | ||
$text | string | The HTML text. |
return | string | The text with extra IMP formatting applied. |
protected _renderInline ( ) : array | ||
return | array | See parent::render(). |