PHP 인터페이스 Horde_Perms_Permission_Kolab_Storage, horde

파일 보기 프로젝트 열기: horde/horde 0 사용 예제들

공개 메소드들

메소드 설명
deleteAcl ( string $user ) : null Delete Kolab specific access rights for this storage object.
getAcl ( ) : An Retrieve the Kolab specific access rights for this storage object.
getOwner ( ) : string Return the owner of this storage object.
getPermissionId ( ) : string Return the ID of this storage object.
setAcl ( string $user, string $acl ) : null Set the Kolab specific access rights for this storage object.

메소드 상세

deleteAcl() 공개 메소드

Delete Kolab specific access rights for this storage object.
public deleteAcl ( string $user ) : null
$user string The user to delete the ACL for
리턴 null

getAcl() 공개 메소드

Retrieve the Kolab specific access rights for this storage object.
public getAcl ( ) : An
리턴 An array of rights.

getOwner() 공개 메소드

Return the owner of this storage object.
public getOwner ( ) : string
리턴 string The owner.

getPermissionId() 공개 메소드

Return the ID of this storage object.
public getPermissionId ( ) : string
리턴 string The ID.

setAcl() 공개 메소드

Set the Kolab specific access rights for this storage object.
public setAcl ( string $user, string $acl ) : null
$user string The user to set the ACL for.
$acl string The ACL.
리턴 null