mixed readImpliedRights(
array
$currentRights, string
$currentLevel)
|
|
Fetch rights implied by other rights.
For instance you may have "write" implies "read" so whenever you affect "write" the user will also have the "read" right.
Parameters:
mixed readUserRights(
int
$perm_user_id)
|
|
Reads all rights of current user into a two-dimensional associative array, having the area names as the key of the 1st dimension.
Group rights and invididual rights are being merged in the process.
Overrides
LiveUser_Perm_Storage::readUserRights() (Reads all rights of current user into a two-dimensional associative array, having the area names as the key of the 1st dimension.)
Parameters: