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])
Show file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_itaCache array Cache for integerToArray().

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.
public static getPermsArray ( ) : array
return array The available permissions as a hash.

integerToArray() public static method

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.
return TODO

Property Details

$_itaCache protected static property

Cache for integerToArray().
protected static array $_itaCache
return array