Function Forum_driver_phpbb3->_get_super_admin_groups
Definitions
sources/forum/phpbb3.php
- Get the IDs of the admin usergroups.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The admin usergroup IDs
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the IDs of the admin usergroups.
*
* @return array The admin usergroup IDs
*/
protected function _get_super_admin_groups() : array
* Get the IDs of the admin usergroups.
*
* @return array The admin usergroup IDs
*/
protected function _get_super_admin_groups() : array