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.
파일 보기
프로젝트 열기: horde/horde
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
__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. |
|
메소드 상세
public __construct ( Horde_Kolab_FreeBusy_Resource $resource ) |
$resource |
Horde_Kolab_FreeBusy_Resource |
The decorated resource. |
Fetch the access controls on specific attributes of this
resource.
Return the name of the resource.
Return the owner of the resource.
public getOwner ( ) : Horde_Kolab_FreeBusy_Owner |
리턴 |
Horde_Kolab_FreeBusy_Owner |
The resource owner. |
Return for whom this resource exports relevant data.
Return the decorated resource.
protected getResource ( ) : Horde_Kolab_FreeBusy_Resource_Interface |
리턴 |
Horde_Kolab_FreeBusy_Resource_Interface |
The decorated resource. |