PHP Class 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.
Author: Chuck Hagenbuch ([email protected])
Author: Jan Schneider ([email protected])
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_itaCache array Cache for integerToArray().

Méthodes publiques

Méthode Description
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.

Method Details

getPermsArray() public static méthode

Returns an hash of the available permissions.
public static getPermsArray ( ) : array
Résultat array The available permissions as a hash.

integerToArray() public static méthode

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.
Résultat TODO

Property Details

$_itaCache protected_oe static_oe property

Cache for integerToArray().
protected static array $_itaCache
Résultat array