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

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

Метод Описание
_render ( ) : array Return the full rendered version of the Horde_Mime_Part object.
_renderInfo ( ) : array Return the rendered inline version of the Horde_Mime_Part object.
_whupsCallback ( integer $key, array $val ) : string The function to use as a callback to _toHTML().

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

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

URL parameters used by this function:
'zip_attachment' - (integer) The ZIP attachment to download.
protected _render ( ) : array
Результат array See parent::render().

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

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

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

The function to use as a callback to _toHTML().
protected _whupsCallback ( integer $key, array $val ) : string
$key integer The position of the file in the zip archive.
$val array The information array for the archived file.
Результат string The content-type of the output.