PHP Class Horde_Kolab_FreeBusy_Resource_Decorator_Log, horde
Copyright 2009-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.
Afficher le fichier
Open project: horde/horde
Class Usage Examples
Méthodes publiques
Méthode |
Description |
|
__construct ( Horde_Kolab_FreeBusy_Resource $resource, mixed $logger ) |
Constructor. |
|
connect ( ) : null |
Connect to the resource. |
|
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
Method Details
__construct()
public méthode
public __construct ( Horde_Kolab_FreeBusy_Resource $resource, mixed $logger ) |
$resource |
Horde_Kolab_FreeBusy_Resource |
The decorated
resource. |
$logger |
mixed |
The log handler. The
class must at least
provide the debug()
method. |
getAttributeAcl()
public méthode
Fetch the access controls on specific attributes of this
resource.
getLogger()
protected méthode
Return the name of 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.
getResource()
protected méthode