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

Protected Properties

Свойство Type Description
$_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.

Méthodes publiques

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

Method Details

__construct() public méthode

Constructor.
public __construct ( array $params = [] )
$params array A hash with any parameters that this calendar might need.

api() public méthode

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

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

$_api protected_oe property

The application of this timeobject source.
protected string $_api
Résultat string

$_id protected_oe property

The ID of this timeobject source.
protected string $_id
Résultat string

$_name protected_oe property

The name of this timeobject source.
protected string $_name
Résultat string

$_type protected_oe property

I.e., a single or share type.
protected string $_type
Résultat string