프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_horde_id | string | The Horde group id. | |
$_kolab_id | string | The Kolab group id. |
메소드 | 설명 | |
---|---|---|
__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. |
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. |
public unsetInCurrent ( &$current ) |