Function Forum_driver_wbb22->mrow_primary_group
Definitions
sources/forum/wbb22.php
- From a member row, get the member's primary usergroup.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$r | array | No | No | required parameter | N/A | N/A | The profile-row |
Returns
- The member's primary usergroup
- Type: GROUP
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* From a member row, get the member's primary usergroup.
*
* @param array $r The profile-row
* @return GROUP The member's primary usergroup
*/
public function mrow_primary_group(array $r) : int
* From a member row, get the member's primary usergroup.
*
* @param array $r The profile-row
* @return GROUP The member's primary usergroup
*/
public function mrow_primary_group(array $r) : int