PHP Class Horde_Perms_Permission_Kolab_Acl_Group, horde

Inheritance: extends Horde_Perms_Permission_Kolab_Acl
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_id string The group id.

Public Methods

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.

Method Details

__construct() public method

Constructor.
public __construct ( string $acl, string $id )
$acl string The folder ACL element as provided by the driver.
$id string The group id.

toHorde() public method

Converts the ACL string to a Horde_Perms mask and stores it in the provided data array.
public toHorde ( array &$data )
$data array

Property Details

$_id protected_oe property

The group id.
protected string $_id
return string