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.
Показать файл
Открыть проект
Примеры использования класса
Защищенные свойства (Protected)
Свойство |
Тип |
Описание |
|
$_share |
Horde_Share_Object |
The share of this task list. |
|
Открытые методы
Описание методов
__construct()
публичный Метод
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.
Returns a hash representing this calendar.
Описание свойств
$_share защищенное свойство
The share of this task list.
protected Horde_Share_Object $_share |
Результат |
Horde_Share_Object |
|