PHP Class Horde_Perms_Permission_Kolab_Element_Group, horde

Inheritance: extends Horde_Perms_Permission_Kolab_Element
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_horde_id string The Horde group id.
$_kolab_id string The Kolab group id.

Méthodes publiques

Méthode 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 méthode

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 méthode

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

unsetInCurrent() public méthode

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
Résultat string

$_kolab_id protected_oe property

The Kolab group id.
protected string $_kolab_id
Résultat string