PHP Класс IMP_Mime_Viewer_Itip, horde

Автор: Mike Cochrane ([email protected])
Автор: Chuck Hagenbuch ([email protected])
Автор: Michael Slusarz ([email protected])
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Mime_Viewer_Base
Показать файл Открыть проект

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

Свойство Тип Описание
$_capability array This driver's display capabilities.
$_metadata array Metadata for the current viewer/data.

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

Метод Описание
_autoUpdateReply ( string $type, string $sender ) : boolean Determine if we are going to auto-update the reply.
_getViewOb ( ) : Horde_View Get a Horde_View object.
_parseAttendees ( $data, $attendees )
_partstatToString ( string $value, string $default = null ) : string Translate the Participation status to string.
_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.
_vEvent ( $vevent, $id, $method = 'PUBLISH', $components = [] ) Generate the HTML for a vEvent.
_vEventException ( $vevent, $id, $method = 'PUBLISH' ) Generate the HTML for a vEvent.
_vFreebusy ( $vfb, $id, $method ) Generate the html for a vFreebusy.
_vTodo ( $vtodo, $id, $method ) Generate the html for a vEvent.

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

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

Determine if we are going to auto-update the reply.
protected _autoUpdateReply ( string $type, string $sender ) : boolean
$type string The type of reply. Must match one of the 'auto_update_*' configuration keys in the iTip mime viewer configuration.
$sender string The sender.
Результат boolean

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

Get a Horde_View object.
protected _getViewOb ( ) : Horde_View
Результат Horde_View View object.

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

protected _parseAttendees ( $data, $attendees )

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

Translate the Participation status to string.
protected _partstatToString ( string $value, string $default = null ) : string
$value string The value of PARTSTAT.
$default string The value to return as default.
Результат string The translated string.

_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().

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

Generate the HTML for a vEvent.
protected _vEvent ( $vevent, $id, $method = 'PUBLISH', $components = [] )

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

Generate the HTML for a vEvent.
protected _vEventException ( $vevent, $id, $method = 'PUBLISH' )

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

Generate the html for a vFreebusy.
protected _vFreebusy ( $vfb, $id, $method )

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

Generate the html for a vEvent.
protected _vTodo ( $vtodo, $id, $method )

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

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

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

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

Metadata for the current viewer/data.
protected array $_metadata
Результат array