PHP Интерфейс Horde_Perms_Permission_Kolab_Storage, horde

Автор: Gunnar Wrobel ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
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