PHP Class Horde_Kolab_FreeBusy_Resource_Kolab, horde

Copyright 2004-2008 Klarälvdalens Datakonsult AB Copyright 2008-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: implements Horde_Kolab_FreeBusy_Resource
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_owner Horde_Kolab_FreeBusy_Owner_Freebusy The folder owner.

Méthodes publiques

Méthode Description
__construct ( Horde_Kolab_Storage_Folder $folder, Horde_Kolab_FreeBusy_Owner $owner ) Constructor.
getAcl ( ) : array Fetch the resource ACL.
getAttributeAcl ( ) : array Fetch the access controls on specific attributes of this resource.
getName ( ) : string Return the name of the resource.
getOwner ( ) : Horde_Kolab_FreeBusy_Owner Return the owner of the resource.
getRelevance ( ) : string Return for whom this resource exports relevant data.

Méthodes protégées

Méthode Description
getData ( ) : Horde_Kolab_Storage_Data Return the data represented by this resource.
getFolder ( ) : Horde_Kolab_Storage_Folder Return the folder represented by this resource.

Method Details

__construct() public méthode

Constructor.
public __construct ( Horde_Kolab_Storage_Folder $folder, Horde_Kolab_FreeBusy_Owner $owner )
$folder Horde_Kolab_Storage_Folder The storage folder representing this resource.
$owner Horde_Kolab_FreeBusy_Owner The resource owner.

getAcl() public méthode

Fetch the resource ACL.
public getAcl ( ) : array
Résultat array ACL for this resource.

getAttributeAcl() public méthode

Fetch the access controls on specific attributes of this resource.
public getAttributeAcl ( ) : array
Résultat array Attribute ACL for this resource.

getData() protected méthode

Return the data represented by this resource.
protected getData ( ) : Horde_Kolab_Storage_Data
Résultat Horde_Kolab_Storage_Data The data.

getFolder() protected méthode

Return the folder represented by this resource.
protected getFolder ( ) : Horde_Kolab_Storage_Folder
Résultat Horde_Kolab_Storage_Folder The folder.

getName() public méthode

Return the name of the resource.
public getName ( ) : string
Résultat string The name for the resource.

getOwner() public méthode

Return the owner of the resource.
public getOwner ( ) : Horde_Kolab_FreeBusy_Owner
Résultat Horde_Kolab_FreeBusy_Owner The resource owner.

getRelevance() public méthode

Return for whom this resource exports relevant data.
public getRelevance ( ) : string
Résultat string The user type the exported data of this resource is relevant for.

Property Details

$_owner protected_oe property

The folder owner.
protected Horde_Kolab_FreeBusy_Owner_Freebusy $_owner
Résultat Horde_Kolab_FreeBusy_Owner_Freebusy