PHP Class Horde_Perms_Permission_Kolab_Element_Group, horde

Inheritance: extends Horde_Perms_Permission_Kolab_Element
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_horde_id string The Horde group id.
$_kolab_id string The Kolab group id.

Public Methods

Method Description
__construct ( integer $permission, string $id, Horde_Group_Base $groups ) Constructor.
getId ( ) : string Get the Kolab_Storage ACL id for this permission.
unsetInCurrent ( &$current ) Unset the element in the provided permission array.

Method Details

__construct() public method

Constructor.
public __construct ( integer $permission, string $id, Horde_Group_Base $groups )
$permission integer The folder permission as provided by Horde.
$id string The group id.
$groups Horde_Group_Base The horde group handler.

getId() public method

Get the Kolab_Storage ACL id for this permission.
public getId ( ) : string
return string The ACL string.

unsetInCurrent() public method

Unset the element in the provided permission array.
public unsetInCurrent ( &$current )

Property Details

$_horde_id protected_oe property

The Horde group id.
protected string $_horde_id
return string

$_kolab_id protected_oe property

The Kolab group id.
protected string $_kolab_id
return string