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.
Afficher le fichier
Open project: horde/horde
Class Usage Examples
Protected Properties
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.
integerToArray()
public static méthode
Given an integer value of permissions returns an array representation
of the integer.
Property Details
$_itaCache protected_oe static_oe property
Cache for integerToArray().
protected static array $_itaCache |
Résultat |
array |
|