Function Forum_driver_smf2->_get_usergroup_list
Definitions
sources/forum/smf2.php
- Get the forum usergroup list.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The usergroup list
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the forum usergroup list.
*
* @return array The usergroup list
*/
protected function _get_usergroup_list() : array
* Get the forum usergroup list.
*
* @return array The usergroup list
*/
protected function _get_usergroup_list() : array