Documentation

IMP_Mime_Viewer_Partial extends Horde_Mime_Viewer_Base
in package

Renderer for message/partial data (RFC 2046 [5.2.2]).

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2003-2017 Horde LLC

license

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

Table of Contents

Properties

$_capability  : array<string|int, mixed>
This driver's display capabilities.
$_metadata  : array<string|int, mixed>
Metadata for the current viewer/data.

Methods

_getEmbeddedMimeParts()  : mixed
If this MIME part can contain embedded MIME part(s), and those part(s) exist, return a representation of that data.
_renderInfo()  : array<string|int, mixed>
Return the rendered information about the Horde_Mime_Part object.

Properties

$_capability

This driver's display capabilities.

protected array<string|int, mixed> $_capability = array('full' => \false, 'info' => \true, 'inline' => \false, 'raw' => \false)

$_metadata

Metadata for the current viewer/data.

protected array<string|int, mixed> $_metadata = array('compressed' => \false, 'embedded' => \true, 'forceinline' => \true)

Methods

_getEmbeddedMimeParts()

If this MIME part can contain embedded MIME part(s), and those part(s) exist, return a representation of that data.

protected _getEmbeddedMimeParts() : mixed
Return values
mixed

A Horde_Mime_Part object representing the embedded data. Returns null if no embedded MIME part(s) exist.

_renderInfo()

Return the rendered information about the Horde_Mime_Part object.

protected _renderInfo() : array<string|int, mixed>
Return values
array<string|int, mixed>

See parent::render().


        
On this page

Search results