Property | Type | Description | |
---|---|---|---|
$_id | string | The group id. |
Method | Description | |
---|---|---|
__construct ( string $acl, string $id ) | Constructor. | |
toHorde ( array &$data ) | Converts the ACL string to a Horde_Perms mask and stores it in the provided data array. |
public __construct ( string $acl, string $id ) | ||
$acl | string | The folder ACL element as provided by the driver. |
$id | string | The group id. |