Summary
- File
- Package hierarchy Member\authorization
- Class hierarchy \RolesAuthorizations
This class stores different roles which are authorized for a given action.
This class stores different roles which are authorized for a given action.
__construct(array $auth_array = array())
array | $auth_array |
None found |
build_auth_array() : array<mixed,mixed>
Returns the array authorization formatted at the legacy format in which all authorizations are on the first bit.
None found |
build_from_auth_array(array $auth_array)
Sets the authorizations from the legacy style formatted array.
array | $auth_array | The array |
None found |
fill_levels_auths(array $auth_array)
array | $auth_array |
None found |
fill_groups_auths(array $auth_array)
array | $auth_array |
None found |
fill_users_auths(array $auth_array)
array | $auth_array |
None found |
init()
None found |
read_levels_auths(array $auth_array)
array | $auth_array |
None found |
read_groups_auths(array $auth_array)
array | $auth_array |
None found |
read_users_auths(array $auth_array)
array | $auth_array |
None found |