PHP Класс Horde_Perms_Permission_Kolab_Acl, horde

Copyright 2006-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Gunnar Wrobel ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $acl ) Constructor.
toHorde ( array &$data ) : null Convert the Acl string to a Horde_Perms:: mask and store it in the provided data array.

Защищенные методы

Метод Описание
convertAclToMask ( ) : integer Convert the Acl string to a Horde_Perms:: mask.

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

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

Constructor.
public __construct ( string $acl )
$acl string The folder ACL element as provided by the driver.

convertAclToMask() защищенный Метод

Convert the Acl string to a Horde_Perms:: mask.
protected convertAclToMask ( ) : integer
Результат integer The permission mask

toHorde() абстрактный публичный Метод

Convert the Acl string to a Horde_Perms:: mask and store it in the provided data array.
abstract public toHorde ( array &$data ) : null
$data array
Результат null