PHP Класс Horde_Kolab_FreeBusy_Resource_Decorator_Mcache, 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.
Автор: Gunnar Wrobel ([email protected])
Наследование: implements Horde_Kolab_FreeBusy_Resource
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Horde_Kolab_FreeBusy_Resource $resource ) 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.

Защищенные методы

Метод Описание
getResource ( ) : Horde_Kolab_FreeBusy_Resource_Interface Return the decorated resource.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( Horde_Kolab_FreeBusy_Resource $resource )
$resource Horde_Kolab_FreeBusy_Resource The decorated resource.

connect() публичный Метод

Connect to the resource.
public connect ( ) : null
Результат null

getAcl() публичный Метод

Fetch the resource ACL.
public getAcl ( ) : array
Результат array ACL for this resource.

getAttributeAcl() публичный Метод

Fetch the access controls on specific attributes of this resource.
public getAttributeAcl ( ) : array
Результат array Attribute ACL for this resource.

getName() публичный Метод

Return the name of the resource.
public getName ( ) : string
Результат string The name for the resource.

getOwner() публичный Метод

Return the owner of the resource.
public getOwner ( ) : Horde_Kolab_FreeBusy_Owner
Результат Horde_Kolab_FreeBusy_Owner The resource owner.

getRelevance() публичный Метод

Return for whom this resource exports relevant data.
public getRelevance ( ) : string
Результат string The user type the exported data of this resource is relevant for.

getResource() защищенный Метод

Return the decorated resource.
protected getResource ( ) : Horde_Kolab_FreeBusy_Resource_Interface
Результат Horde_Kolab_FreeBusy_Resource_Interface The decorated resource.