PHP Класс Horde_Perms_Permission_Kolab_Element_Group, horde

Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Perms_Permission_Kolab_Element
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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.

Описание методов

__construct() публичный Метод

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() публичный Метод

Get the Kolab_Storage ACL id for this permission.
public getId ( ) : string
Результат string The ACL string.

unsetInCurrent() публичный Метод

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

Описание свойств

$_horde_id защищенное свойство

The Horde group id.
protected string $_horde_id
Результат string

$_kolab_id защищенное свойство

The Kolab group id.
protected string $_kolab_id
Результат string