PHP 클래스 IMP_Mime_Viewer_Pdf, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Mime_Viewer_Pdf
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_capability array This driver's display capabilities.

보호된 메소드들

메소드 설명
_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.

메소드 상세

_getHordeImageOb() 보호된 메소드

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

_outputImgTag() 보호된 메소드

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

_render() 보호된 메소드

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

_renderInfo() 보호된 메소드

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

프로퍼티 상세

$_capability 보호되어 있는 프로퍼티

This driver's display capabilities.
protected array $_capability
리턴 array