PHP Class IMP_Mime_Viewer_Tgz, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Mime_Viewer_Tgz
Mostra file Open project: horde/horde

Protected Methods

Method Description
_getTgzInfo ( ) : array Return TGZ information.
_render ( ) : array Return the full rendered version of the Horde_Mime_Part object.
_renderInfo ( ) : array Return the rendered information about the Horde_Mime_Part object.

Method Details

_getTgzInfo() protected method

Return TGZ information.
protected _getTgzInfo ( ) : array
return array See Horde_Compress_Tgz#decompress().

_render() protected method

URL parameters used by this function: - tgz_attachment: (integer) The ZIP attachment to download.
protected _render ( ) : array
return array See parent::render().

_renderInfo() protected method

URL parameters used by this function: - tgz_contents: (integer) If set, show contents of ZIP file.
protected _renderInfo ( ) : array
return array See Horde_Mime_Viewer_Driver::render().