Documentation

IMP_Mime_Viewer_Appledouble extends Horde_Mime_Viewer_Base
in package

Handler for multipart/appledouble data (RFC 1740).

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

_IMPrender()  : array<string|int, mixed>
Render the part based on the view mode.
_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

_IMPrender()

Render the part based on the view mode.

protected _IMPrender(bool $inline) : array<string|int, mixed>
Parameters
$inline : bool

True if viewing inline.

Return values
array<string|int, mixed>

See parent::render().

_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