Function Module_groups->display_rank_image
Definitions
site/pages/modules/groups.php
- Display a link to a rank image for the directory.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $row | array | No | No | required parameter | N/A | N/A | The group row |
Returns
- The rank image
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Display a link to a rank image for the directory.
*
* @param array $row The group row
* @return Tempcode The rank image
*/
protected function display_rank_image(array $row) : object
* Display a link to a rank image for the directory.
*
* @param array $row The group row
* @return Tempcode The rank image
*/
protected function display_rank_image(array $row) : object

