Method | Description | |
---|---|---|
__construct ( string $acl ) | Constructor. | |
toHorde ( array &$data ) : null | Convert the Acl string to a Horde_Perms:: mask and store it in the provided data array. |
Method | Description | |
---|---|---|
convertAclToMask ( ) : integer | Convert the Acl string to a Horde_Perms:: mask. |
public __construct ( string $acl ) | ||
$acl | string | The folder ACL element as provided by the driver. |
protected convertAclToMask ( ) : integer | ||
return | integer | The permission mask |