Class Horde_Perms
The Horde_Perms package provides the Horde permissions system.
Copyright 2001-2012 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.
Package: Perms
Category: Horde
Author: Chuck Hagenbuch chuck@horde.org
Author: Jan Schneider jan@horde.org
Located at Horde/Perms.php
Category: Horde
Author: Chuck Hagenbuch chuck@horde.org
Author: Jan Schneider jan@horde.org
Located at Horde/Perms.php
public static
array
|
|
public static
TODO
|
#
integerToArray( integer $int )
Given an integer value of permissions returns an array representation of the integer. |
integer |
SHOW
Existence of object is known - object is shown to user. |
#
2
|
integer |
READ
Contents of the object can be read. |
#
4
|
integer |
EDIT
Contents of the object can be edited. |
#
8
|
integer |
DELETE
The object can be deleted. |
#
16
|
integer |
ALL
A bitmask of all possible permission values. |
#
30
|
integer |
ROOT
The root permission. |
#
-1
|