PHP Class Kronolith_Calendar_Internal, 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
$_share Horde_Share_Object The share of this calendar.

Méthodes publiques

Méthode Description
__construct ( array $params = [] ) Constructor.
background ( ) : string Returns the background color for this calendar.
caldavUrl ( ) : string Returns the CalDAV URL to this calendar.
description ( ) : string Returns the description of this calendar.
display ( ) : boolean Whether this calendar is supposed to be displayed in lists.
hasPermission ( integer $permission, string $user = null, string $creator = null ) : boolean Encapsulates permissions checking.
isSystem ( ) : boolean Returns if this is a system calendar.
name ( ) : string Returns the name of this calendar.
owner ( ) : string Returns the owner of this calendar.
share ( ) : Horde_Share_Object Returns the share 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.

background() public méthode

Returns the background color for this calendar.
public background ( ) : string
Résultat string A HTML color code.

caldavUrl() public méthode

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

description() public méthode

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

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.

hasPermission() public méthode

Encapsulates permissions checking.
public hasPermission ( integer $permission, string $user = null, string $creator = null ) : boolean
$permission integer The permission to check for.
$user string The user to check permissions for. Defaults to the current user.
$creator string An event creator, to check for creator permissions.
Résultat boolean Whether the user has the permission on this calendar.

isSystem() public méthode

Returns if this is a system calendar.
public isSystem ( ) : boolean
Résultat boolean True if system calendar, otherwise false.

name() public méthode

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

owner() public méthode

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

share() public méthode

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

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 calendar.
protected Horde_Share_Object $_share
Résultat Horde_Share_Object