Function Forum_driver_cns->member_group_query
Definitions
sources/forum/cns.php
- Get an array of members who are in at least one of the given array of usergroups.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
There are no entries at this time
Returns
- The map of members, member ID to details (null: no members)
- Type: ?array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get an array of members who are in at least one of the given array of usergroups.
*
* @return ?array The map of members, member ID to details (null: no members)
*/
public function member_group_query() : ?array
* Get an array of members who are in at least one of the given array of usergroups.
*
* @return ?array The map of members, member ID to details (null: no members)
*/
public function member_group_query() : ?array