PHP 클래스 Kronolith_Event_Kolab, horde

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
저자: Thomas Jarosch ([email protected])
저자: Gunnar Wrobel ([email protected])
저자: Stuart Binge ([email protected])
상속: extends Kronolith_Event
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$calendarType string The type of the calender this event exists on.

공개 메소드들

메소드 설명
__construct ( Kronolith_Driver_Kolab $driver, mixed $eventObject = null ) Constructor.
fromDriver ( array $event ) Imports a backend specific event object.
loadHistory ( ) Retrieves history information for this event from the history backend.
toKolab ( ) Prepares this event to be saved to the backend.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Kronolith_Driver_Kolab $driver, mixed $eventObject = null )
$driver Kronolith_Driver_Kolab The backend driver that this event is stored in.
$eventObject mixed Backend specific event object that this will represent.

fromDriver() 공개 메소드

Imports a backend specific event object.
public fromDriver ( array $event )
$event array Backend specific event object that this object will represent.

loadHistory() 공개 메소드

Retrieves history information for this event from the history backend.
public loadHistory ( )

toKolab() 공개 메소드

Prepares this event to be saved to the backend.
public toKolab ( )

프로퍼티 상세

$calendarType 공개적으로 프로퍼티

The type of the calender this event exists on.
public string $calendarType
리턴 string