Function Forum_driver_wbb22->_get_members_groups

Definitions

sources/forum/wbb22.php

  • Get the forum usergroup relating to the specified member ID.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$member_id MEMBER No No required parameter N/A N/A The member ID

Returns

  • The array of forum usergroups
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the forum usergroup relating to the specified member ID.
 *
 * @param  MEMBER $member_id The member ID
 * @return array The array of forum usergroups
 */

protected function _get_members_groups(int $member_id) : array