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
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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