PHP Class IMP_Mime_Viewer_Partial, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Mime_Viewer_Base
Exibir arquivo Open project: horde/horde

Protected Properties

Property Type Description
$_capability array This driver's display capabilities.
$_metadata array Metadata for the current viewer/data.

Protected Methods

Method Description
_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 Return the rendered information about the Horde_Mime_Part object.

Method Details

_getEmbeddedMimeParts() protected method

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 mixed A Horde_Mime_Part object representing the embedded data. Returns null if no embedded MIME part(s) exist.

_renderInfo() protected method

Return the rendered information about the Horde_Mime_Part object.
protected _renderInfo ( ) : array
return array See parent::render().

Property Details

$_capability protected_oe property

This driver's display capabilities.
protected array $_capability
return array

$_metadata protected_oe property

Metadata for the current viewer/data.
protected array $_metadata
return array