PHP Class Horde_Perms_Permission_Kolab_Element_User, horde

Inheritance: extends Horde_Perms_Permission_Kolab_Element
Mostra file Open project: horde/horde

Protected Properties

Property Type Description
$_id string The group id.

Public Methods

Method Description
__construct ( integer $permission, string $id ) 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 )
$permission integer The folder permission as provided by Horde.
$id string The user id.

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

$_id protected_oe property

The group id.
protected string $_id
return string