IMP_Mime_Viewer_Alternative
extends Horde_Mime_Viewer_Base
in package
Renderer for multipart/alternative content (RFC 2046 [5.1.4]).
Tags
Table of Contents
Properties
- $_capability : array<string|int, mixed>
- This driver's display capabilities.
Methods
- _IMPrender() : array<string|int, mixed>
- Render out the currently set contents.
- _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.
Properties
$_capability
This driver's display capabilities.
protected
array<string|int, mixed>
$_capability
= array('full' => \true, 'info' => \false, 'inline' => \true, 'raw' => \false)
Methods
_IMPrender()
Render out the currently set contents.
protected
_IMPrender(bool $inline) : array<string|int, mixed>
Parameters
- $inline : bool
-
Are we viewing inline?
Return values
array<string|int, mixed> —See parent::render().
_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().