Property | Type | Description | |
---|---|---|---|
$_capability | array | This driver's display capabilities. |
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. |
protected _getHordeImageOb ( boolean $load ) : mixed | ||
$load | boolean | Whether to load the image data. |
return | mixed | The Hore_Image object, or false on error. |
protected _outputImgTag ( ) : string | ||
return | string | An image tag. |
protected _renderInfo ( ) : array | ||
return | array | See parent::render(). |
protected array $_capability | ||
return | array |