PHP Класс Horde_Core_Mime_Viewer_Vcard, horde

Copyright 2002-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Jan Schneider ([email protected])
Наследование: extends Horde_Mime_Viewer_Base
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$_capability array This driver's display capabilities.
$_imageUrl Horde_Url URL that can be used as a callback for displaying images.

Открытые методы

Метод Описание
__construct ( Horde_Mime_Part $part, array $conf = [] ) Constructor.

Защищенные методы

Метод Описание
_render ( ) : array Return the full rendered version of the Horde_Mime_Part object.
_renderInline ( ) : array Return the rendered inline version of the Horde_Mime_Part object.
_row ( $label, $value, $encode = true ) TODO

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( Horde_Mime_Part $part, array $conf = [] )
$part Horde_Mime_Part The object with the data to be rendered.
$conf array Configuration: - browser: (Horde_Browser) Browser object. - notification: (Horde_Notification_Base) Notification object. - prefs: (Horde_Prefs) Prefs object. - registry: (Horde_Registry) Registry object.

_render() защищенный Метод

Return the full rendered version of the Horde_Mime_Part object.
protected _render ( ) : array
Результат array See parent::render().

_renderInline() защищенный Метод

Return the rendered inline version of the Horde_Mime_Part object.
protected _renderInline ( ) : array
Результат array See parent::render().

_row() защищенный Метод

TODO
protected _row ( $label, $value, $encode = true )

Описание свойств

$_capability защищенное свойство

This driver's display capabilities.
protected array $_capability
Результат array

$_imageUrl защищенное свойство

URL that can be used as a callback for displaying images.
protected Horde_Url $_imageUrl
Результат Horde_Url