PHP 클래스 IMP_Mime_Viewer_Partial, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_capability array This driver's display capabilities.
$_metadata array Metadata for the current viewer/data.

보호된 메소드들

메소드 설명
_getEmbeddedMimeParts ( ) : mixed If this MIME part can contain embedded MIME part(s), and those part(s) exist, return a representation of that data.
_renderInfo ( ) : array Return the rendered information about the Horde_Mime_Part object.

메소드 상세

_getEmbeddedMimeParts() 보호된 메소드

If this MIME part can contain embedded MIME part(s), and those part(s) exist, return a representation of that data.
protected _getEmbeddedMimeParts ( ) : mixed
리턴 mixed A Horde_Mime_Part object representing the embedded data. Returns null if no embedded MIME part(s) exist.

_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

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

Metadata for the current viewer/data.
protected array $_metadata
리턴 array