Function __global->_organise_loaded_privileges
Definitions
sources/sitemap_ajax.php
- Organise loaded privileges into a more searchable structure.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$admin_groups | array | required parameter | N/A | N/A | Global list of admin groups |
$groups | array | required parameter | N/A | N/A | Global map of usergroups (ID => name) |
$_privilege_access | array | required parameter | N/A | N/A | Privilege database rows |
Return
- A map of set privileges (group => (privileges => value))
- Type: array
- Set: N/A
- Range: N/A