Documentation

IMP_Mime_Viewer_Status extends Horde_Mime_Viewer_Base
in package

Renderer for multipart/report data referring to mail system administrative messages (RFC 3464).

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2002-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

_renderInfo()  : array<string|int, mixed>
Return the rendered information about 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' => \false, 'info' => \true, 'inline' => \true, 'raw' => \false)

$_metadata

Metadata for the current viewer/data.

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

Methods

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

_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