PHP Class 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.
Author: Jan Schneider ([email protected])
Inheritance: extends Kronolith_Calendar
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_driver array The Date_Holidays driver information.

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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() public méthode

Whether this calendar is supposed to be displayed in lists.
public display ( ) : boolean
Résultat boolean True if this calendar should be displayed.

name() public méthode

Returns the name of this calendar.
public name ( ) : string
Résultat string This calendar's name.

toHash() public méthode

Returns a hash representing this calendar.
public toHash ( ) : array
Résultat array A simple hash.

Property Details

$_driver protected_oe property

The Date_Holidays driver information.
protected array $_driver
Résultat array