array readGroups(
int
$perm_user_id)
|
|
Reads all the group ids in that the user is also a member of (all groups that are subgroups of these are also added recursively)
Overrides
LiveUser_Perm_Storage::readGroups() (Reads all the group ids in that the user is also a member of (all groups that are subgroups of these are also added recursively))
Parameters:
array readImplyingRights(
array
$rightIds, string
$table)
|
|
Read out the rights from the userrights or grouprights table that imply other rights along with their level
Overrides
LiveUser_Perm_Storage::readImplyingRights() (Read out the rights from the userrights or grouprights table that imply other rights along with their level)
Parameters:
array 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: