IMP_Mime_Viewer_Zip
extends Horde_Mime_Viewer_Zip
in package
Handler to render the contents of ZIP files, allowing downloading of extractable files.
Tags
Table of Contents
Methods
- _getZipInfo() : array<string|int, mixed>
- Return ZIP 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
_getZipInfo()
Return ZIP information.
protected
_getZipInfo() : array<string|int, mixed>
Return values
array<string|int, mixed> —See Horde_Compress_Zip#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:
- zip_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:
- zip_contents: (integer) If set, show contents of ZIP file.
Return values
array<string|int, mixed> —See Horde_Mime_Viewer_Driver::render().