PHP Class IMP_Mime_Viewer_Partial, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Mime_Viewer_Base
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_capability array This driver's display capabilities.
$_metadata array Metadata for the current viewer/data.

Méthodes protégées

Méthode 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 méthode

If this MIME part can contain embedded MIME part(s), and those part(s) exist, return a representation of that data.
protected _getEmbeddedMimeParts ( ) : mixed
Résultat mixed A Horde_Mime_Part object representing the embedded data. Returns null if no embedded MIME part(s) exist.

_renderInfo() protected méthode

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

Property Details

$_capability protected_oe property

This driver's display capabilities.
protected array $_capability
Résultat array

$_metadata protected_oe property

Metadata for the current viewer/data.
protected array $_metadata
Résultat array