Function Forum_driver_base->get_super_admin_groups
Definitions
sources/forum_stub.php
- Get a list of the super admin usergroups.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The list of usergroups
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a list of the super admin usergroups.
*
* @return array The list of usergroups
*/
public function get_super_admin_groups() : array
* Get a list of the super admin usergroups.
*
* @return array The list of usergroups
*/
public function get_super_admin_groups() : array