PHP 클래스 IMP_Mime_Viewer_Html, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_capability array This driver's display capabilities.
$_imptmp array Temp array for storing data when parsing the HTML document.

보호된 메소드들

메소드 설명
_IMPrender ( boolean $inline ) : array Render out the currently set contents.
_cidSearch ( string $cid, boolean $save = true ) : string Search for a CID in a related part.
_imgBlock ( ) : boolean Are we blocking images?
_imgBlockImg ( ) : string The HTML image source to use for blocked images.
_node ( $doc, $node )
_parseCss ( $css, $blocked )
_processDomDocument ( $doc )
_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.
_renderInline ( ) : array Return the rendered inline version of the Horde_Mime_Part object.
_styleCallback ( array $matches ) : string preg_replace_callback() callback for style/background matching of images.

메소드 상세

_IMPrender() 보호된 메소드

Render out the currently set contents.
protected _IMPrender ( boolean $inline ) : array
$inline boolean Are we viewing inline?
리턴 array Two elements: html and status.

_cidSearch() 보호된 메소드

Search for a CID in a related part.
protected _cidSearch ( string $cid, boolean $save = true ) : string
$cid string The CID to query.
$save boolean Save as a CID used?
리턴 string The MIME ID of the part, or null if not found.

_imgBlock() 보호된 메소드

Are we blocking images?
protected _imgBlock ( ) : boolean
리턴 boolean True if blocking images.

_imgBlockImg() 보호된 메소드

The HTML image source to use for blocked images.
protected _imgBlockImg ( ) : string
리턴 string The HTML image source.

_node() 보호된 메소드

protected _node ( $doc, $node )

_parseCss() 보호된 메소드

protected _parseCss ( $css, $blocked )

_processDomDocument() 보호된 메소드

protected _processDomDocument ( $doc )

_render() 보호된 메소드

Return the full rendered version of the Horde_Mime_Part object.
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().

_renderInline() 보호된 메소드

Return the rendered inline version of the Horde_Mime_Part object.
protected _renderInline ( ) : array
리턴 array See parent::render().

_styleCallback() 보호된 메소드

preg_replace_callback() callback for style/background matching of images.
protected _styleCallback ( array $matches ) : string
$matches array The list of matches.
리턴 string The replacement image string.

프로퍼티 상세

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

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

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

Temp array for storing data when parsing the HTML document.
protected array $_imptmp
리턴 array