PHP 클래스 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.
상속: implements Horde_Kolab_FreeBusy_Resource
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_owner Horde_Kolab_FreeBusy_Owner_Freebusy The folder owner.

공개 메소드들

메소드 설명
__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.

보호된 메소드들

메소드 설명
getData ( ) : Horde_Kolab_Storage_Data Return the data represented by this resource.
getFolder ( ) : Horde_Kolab_Storage_Folder Return the folder represented by this resource.

메소드 상세

__construct() 공개 메소드

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() 공개 메소드

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.

getData() 보호된 메소드

Return the data represented by this resource.
protected getData ( ) : Horde_Kolab_Storage_Data
리턴 Horde_Kolab_Storage_Data The data.

getFolder() 보호된 메소드

Return the folder represented by this resource.
protected getFolder ( ) : Horde_Kolab_Storage_Folder
리턴 Horde_Kolab_Storage_Folder The folder.

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.

프로퍼티 상세

$_owner 보호되어 있는 프로퍼티

The folder owner.
protected Horde_Kolab_FreeBusy_Owner_Freebusy $_owner
리턴 Horde_Kolab_FreeBusy_Owner_Freebusy