PHP Interface Horde_Perms_Permission_Kolab_Storage, horde

Datei anzeigen Open project: horde/horde Interface Usage Examples

Public Methods

Method Description
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.

Method Details

deleteAcl() public method

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

getAcl() public method

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

getOwner() public method

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

getPermissionId() public method

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

setAcl() public method

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.
return null