PHP Class Horde_Mime_Viewer_Rfc822, horde

Copyright 2002-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Mime_Viewer_Base
Datei anzeigen Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_capability array This driver's display capabilities.

Protected Methods

Method Description
_getHeaderValue ( Horde_Mime_Headers $ob, string $header ) : string Get the value for a given header.
_render ( ) : array Return the full rendered version of the Horde_Mime_Part object.
_renderInfo ( ) : array Return the rendered information about the Horde_Mime_Part object.

Method Details

_getHeaderValue() protected method

Get the value for a given header.
protected _getHeaderValue ( Horde_Mime_Headers $ob, string $header ) : string
$ob Horde_Mime_Headers The headers object.
$header string The header.
return string The header value.

_render() protected method

Return the full rendered version of the Horde_Mime_Part object.
protected _render ( ) : array
return array See parent::render().

_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