Function Forum_driver_cns->_get_members_groups
Definitions
sources/forum/cns.php
- Get the forum usergroup relating to the specified member ID.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$member_id | MEMBER | required parameter | N/A | N/A | The member ID |
$skip_secret | boolean | False | N/A | N/A | Whether to skip looking at secret usergroups, unless we have access |
$handle_probation | boolean | True | N/A | N/A | Whether to take probation into account |
$skip_cache | boolean | False | N/A | N/A | Whether to skip the user groups cache |
Return
- The array of forum usergroups
- Type: array
- Set: N/A
- Range: N/A