PHP Класс Kronolith_Calendar_External_Tasks, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Автор: Jan Schneider ([email protected])
Наследование: extends Kronolith_Calendar_External
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$_share Horde_Share_Object The share of this task list.

Открытые методы

Метод Описание
__construct ( array $params = [] ) Constructor.
caldavUrl ( ) : string Returns the CalDAV URL to this calendar.
toHash ( ) : array Returns a hash representing this calendar.

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

__construct() публичный Метод

Constructor.
public __construct ( array $params = [] )
$params array A hash with any parameters that this calendar might need. Required parameters: - share: The share of this calendar.

caldavUrl() публичный Метод

Returns the CalDAV URL to this calendar.
public caldavUrl ( ) : string
Результат string This calendar's CalDAV URL.

toHash() публичный Метод

Returns a hash representing this calendar.
public toHash ( ) : array
Результат array A simple hash.

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

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

The share of this task list.
protected Horde_Share_Object $_share
Результат Horde_Share_Object