Property | Type | Description | |
---|---|---|---|
$_permission | integer | The permission. |
Method | Description | |
---|---|---|
__construct ( integer $permission ) | Constructor. | |
fromHorde ( ) : string | Convert the Horde_Perms:: mask to a Acl string. | |
getId ( ) : string | Get the Kolab_Storage ACL id for this permission. | |
unsetInCurrent ( &$current ) | Unset the element in the provided permission array. |
Method | Description | |
---|---|---|
convertMaskToAcl ( ) : string | Convert the a Horde_Perms:: mask to a Acl string. |
public __construct ( integer $permission ) | ||
$permission | integer | The folder permission as provided by Horde. |
protected convertMaskToAcl ( ) : string | ||
return | string | The ACL |
abstract public unsetInCurrent ( &$current ) |