Property | Type | Description | |
---|---|---|---|
$_capability | array | This driver's display capabilities. | |
$_metadata | array | Metadata for the current viewer/data. |
Method | Description | |
---|---|---|
__construct ( Horde_Mime_Part $part, array $conf = [] ) | Constructor. |
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. |
public __construct ( Horde_Mime_Part $part, array $conf = [] ) | ||
$part | Horde_Mime_Part | |
$conf | array | Configuration:
'tnef' - (Horde_Compress_Tnef) TNEF object. |
protected _getEmbeddedMimeParts ( ) : mixed | ||
return | mixed | A Horde_Mime_Part object representing the embedded data. Returns null if no embedded MIME part(s) exist. |
protected array $_capability | ||
return | array |
protected array $_metadata | ||
return | array |