PHP Класс IMP_Mime_Viewer_Html, horde

Автор: Anil Madhavapeddy ([email protected])
Автор: Jon Parise ([email protected])
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Mime_Viewer_Html
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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