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

Protected Properties

Свойство Type Description
$_share Horde_Share_Object The share of this task list.

Méthodes publiques

Méthode Description
__construct ( array $params = [] ) Constructor.
caldavUrl ( ) : string Returns the CalDAV URL to 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.

caldavUrl() public méthode

Returns the CalDAV URL to this calendar.
public caldavUrl ( ) : string
Résultat string This calendar's CalDAV URL.

toHash() public méthode

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

Property Details

$_share protected_oe property

The share of this task list.
protected Horde_Share_Object $_share
Résultat Horde_Share_Object