Свойство | Тип | Описание | |
---|---|---|---|
$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. |
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. |
public fromDriver ( array $event ) | ||
$event | array | Backend specific event object that this object will represent. |
public loadHistory ( ) |
public string $calendarType | ||
Результат | string |