Tries to find the user with the given user ID in the permissions container. Will read all permission data and return true on success.
Overrides
LiveUser_Perm_Container_DB_Simple::init() (Tries to find the user with the given user ID in the permissions container. Will read all permission data and return true on success.)
Parameters:
Reads the user rights and put them in an array
right => level
This level is either 1 or -1 i.e. you grant the user the right or you do not allow him to have the right.
Overrides
LiveUser_Perm_Common::readUserRights() (Reads all individual rights of current user into a two-dimensional array of this format: AreaName => RightName -> Value)