PHP Class Horde_Mime_Viewer_Tgz, horde

Copyright 1999-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: Anil Madhavapeddy ([email protected])
Author: Michael Cochrane ([email protected])
Inheritance: extends Horde_Mime_Viewer_Base
显示文件 Open project: horde/horde

Protected Properties

Property Type Description
$_capability array This driver's display capabilities.
$_gzipSubtypes array The list of compressed subtypes.

Public Methods

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

Protected Methods

Method Description
_renderInfo ( ) : array Return the rendered information about the Horde_Mime_Part object.

Method Details

__construct() public method

Constructor.
public __construct ( Horde_Mime_Part $part, array $conf = [] )
$part Horde_Mime_Part
$conf array Configuration:
'gzip' - (Horde_Compress_Gzip) A gzip object.
'monospace' - (string) A class to use to display monospace text inline.
              DEFAULT: Uses style="font-family:monospace"
'tar' - (Horde_Compress_Tar) A tar object.

_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

$_gzipSubtypes protected_oe property

The list of compressed subtypes.
protected array $_gzipSubtypes
return array