PHP Class IMP_Mime_Viewer_Zip, horde

Author: Mike Cochrane ([email protected])
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Mime_Viewer_Zip
Datei anzeigen Open project: horde/horde

Protected Methods

Method Description
_getZipInfo ( ) : array Return ZIP 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

_getZipInfo() protected method

Return ZIP information.
protected _getZipInfo ( ) : array
return array See Horde_Compress_Zip#decompress().

_render() protected method

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

_renderInfo() protected method

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