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.
Mostrar archivo
Open project: horde/horde
Class Usage Examples
Protected Properties
Public Methods
Method |
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 method
Returns an hash of the available permissions.
integerToArray()
public static method
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 |
return |
array |
|