PHP 클래스 Kronolith_Event_Sql, horde

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
저자: Luc Saillard ([email protected])
저자: Chuck Hagenbuch ([email protected])
저자: Jan Schneider ([email protected])
상속: extends Kronolith_Event
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( Kronolith_Driver $driver, mixed $eventObject = null ) Constructor.
fromDriver ( $SQLEvent ) Imports a backend specific event object.
toProperties ( boolean $full = false ) : array Prepares this event to be saved to the backend.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Kronolith_Driver $driver, mixed $eventObject = null )
$driver Kronolith_Driver 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 ( $SQLEvent )

toProperties() 공개 메소드

Prepares this event to be saved to the backend.
public toProperties ( boolean $full = false ) : array
$full boolean Return full data, including uid and id.
리턴 array The event properties.

프로퍼티 상세

$calendarType 공개적으로 프로퍼티

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