PHP Класс Kronolith_Calendar_Holiday, 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)

Свойство Тип Описание
$_driver array The Date_Holidays driver information.

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

Метод Описание
__construct ( array $params = [] ) Constructor.
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. Required parameters: - share: The share of this calendar.

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.

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

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

The Date_Holidays driver information.
protected array $_driver
Результат array