PHP Class Horde_Mime_Viewer_Tnef, horde

Copyright 2002-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Jan Schneider ([email protected])
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Mime_Viewer_Base
Mostrar archivo Open project: horde/horde

Protected Properties

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

Public Methods

Method Description
__construct ( Horde_Mime_Part $part, array $conf = [] ) Constructor.

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.

Method Details

__construct() public method

Constructor.
public __construct ( Horde_Mime_Part $part, array $conf = [] )
$part Horde_Mime_Part
$conf array Configuration:
'tnef' - (Horde_Compress_Tnef) TNEF object.

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

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