PHP Class IMP_Mime_Viewer_Pdf, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Mime_Viewer_Pdf
Exibir arquivo Open project: horde/horde

Protected Properties

Property Type Description
$_capability array This driver's display capabilities.

Protected Methods

Method Description
_getHordeImageOb ( boolean $load ) : mixed Return a Horde_Image object.
_outputImgTag ( ) : string Output an image tag for the thumbnail.
_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

_getHordeImageOb() protected method

Return a Horde_Image object.
protected _getHordeImageOb ( boolean $load ) : mixed
$load boolean Whether to load the image data.
return mixed The Hore_Image object, or false on error.

_outputImgTag() protected method

Output an image tag for the thumbnail.
protected _outputImgTag ( ) : string
return string An image tag.

_render() protected method

URL parameters used by this function: - pdf_view_thumbnail: (boolean) Output the thumbnail info.
protected _render ( ) : array
return array See parent::render().

_renderInfo() protected method

Return the rendered information about the Horde_Mime_Part object.
protected _renderInfo ( ) : array
return array See parent::render().

Property Details

$_capability protected_oe property

This driver's display capabilities.
protected array $_capability
return array