Function Forum_driver_cns->_get_moderator_groups
Definitions
sources/forum/cns.php
- Get the IDs of the moderator usergroups.It should not be assumed that a member only has one usergroup - this depends upon the forum the driver works for. It also does not take the staff site filter into account.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The moderator usergroup IDs
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the IDs of the moderator usergroups.It should not be assumed that a member only has one usergroup - this depends upon the forum the driver works for. It also does not take the staff site filter into account.
*
* @return array The moderator usergroup IDs
*/
protected function _get_moderator_groups() : array
* Get the IDs of the moderator usergroups.It should not be assumed that a member only has one usergroup - this depends upon the forum the driver works for. It also does not take the staff site filter into account.
*
* @return array The moderator usergroup IDs
*/
protected function _get_moderator_groups() : array