IMP_Mime_Viewer_Tgz
extends Horde_Mime_Viewer_Tgz
in package
Handler to render the contents of gzip/tar files, allowing downloading of extractable files.
Tags
Table of Contents
Methods
- _getTgzInfo() : array<string|int, mixed>
- Return TGZ information.
- _render() : array<string|int, mixed>
- Return the full rendered version of the Horde_Mime_Part object.
- _renderInfo() : array<string|int, mixed>
- Return the rendered information about the Horde_Mime_Part object.
Methods
_getTgzInfo()
Return TGZ information.
protected
_getTgzInfo() : array<string|int, mixed>
Return values
array<string|int, mixed> —See Horde_Compress_Tgz#decompress().
_render()
Return the full rendered version of the Horde_Mime_Part object.
protected
_render() : array<string|int, mixed>
URL parameters used by this function:
- tgz_attachment: (integer) The ZIP attachment to download.
Tags
Return values
array<string|int, mixed> —See parent::render().
_renderInfo()
Return the rendered information about the Horde_Mime_Part object.
protected
_renderInfo() : array<string|int, mixed>
URL parameters used by this function:
- tgz_contents: (integer) If set, show contents of ZIP file.
Return values
array<string|int, mixed> —See Horde_Mime_Viewer_Driver::render().