PHP Класс Horde_Mime_Viewer_Rar, 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.
Автор: Anil Madhavapeddy ([email protected])
Автор: Michael Cochrane ([email protected])
Наследование: extends Horde_Mime_Viewer_Base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_capability array This driver's display capabilities.
$_metadata array Metadata for the current viewer/data.

Открытые методы

Метод Описание
__construct ( Horde_Mime_Part $part, array $conf = [] ) Constructor.

Защищенные методы

Метод Описание
_renderInfo ( ) : array Return the rendered information about the Horde_Mime_Part object.

Описание методов

__construct() публичный Метод

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

_renderInfo() защищенный Метод

Return the rendered information about the Horde_Mime_Part object.
protected _renderInfo ( ) : array
Результат array See parent::render().

Описание свойств

$_capability защищенное свойство

This driver's display capabilities.
protected array $_capability
Результат array

$_metadata защищенное свойство

Metadata for the current viewer/data.
protected array $_metadata
Результат array