PHP Класс Kronolith_Calendar_External, 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
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$_api string The application of this timeobject source.
$_id string The ID of this timeobject source.
$_name string The name of this timeobject source.
$_type string I.e., a single or share type.

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

Метод Описание
__construct ( array $params = [] ) Constructor.
api ( ) : string Returns the application of this calendar.
display ( ) : boolean Whether this calendar is supposed to be displayed in lists.
name ( ) : string Returns the name of 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.

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

Returns the application of this calendar.
public api ( ) : string
Результат string This calendar's timeobject application.

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

Whether this calendar is supposed to be displayed in lists.
public display ( ) : boolean
Результат boolean True if this calendar should be displayed.

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

Returns the name of this calendar.
public name ( ) : string
Результат string This calendar's name.

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

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

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

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

The application of this timeobject source.
protected string $_api
Результат string

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

The ID of this timeobject source.
protected string $_id
Результат string

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

The name of this timeobject source.
protected string $_name
Результат string

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

I.e., a single or share type.
protected string $_type
Результат string