PHP Класс Horde_Perms, horde

Copyright 2001-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.
Автор: Chuck Hagenbuch ([email protected])
Автор: Jan Schneider ([email protected])
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$_itaCache array Cache for integerToArray().

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

Метод Описание
getPermsArray ( ) : array Returns an hash of the available permissions.
integerToArray ( integer $int ) : TODO Given an integer value of permissions returns an array representation of the integer.

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

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

Returns an hash of the available permissions.
public static getPermsArray ( ) : array
Результат array The available permissions as a hash.

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

Given an integer value of permissions returns an array representation of the integer.
public static integerToArray ( integer $int ) : TODO
$int integer The integer representation of permissions.
Результат TODO

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

$_itaCache защищенное статическое свойство

Cache for integerToArray().
protected static array $_itaCache
Результат array