Function __global->results_table_member_cell
Definitions
sources/templates_results_table.php
- Get the Tempcode for a cell containing a member.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $member_id | AUTO_LINK | No | No | required parameter | N/A | N/A | The ID of the member being added to the cell |
Returns
- A Tempcode containing the member, a hyperlink to their profile, and a member info tooltip
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the Tempcode for a cell containing a member.
*
* @param AUTO_LINK $member_id The ID of the member being added to the cell
* @return Tempcode A Tempcode containing the member, a hyperlink to their profile, and a member info tooltip
*/
function results_table_member_cell(int $member_id) : object
* Get the Tempcode for a cell containing a member.
*
* @param AUTO_LINK $member_id The ID of the member being added to the cell
* @return Tempcode A Tempcode containing the member, a hyperlink to their profile, and a member info tooltip
*/
function results_table_member_cell(int $member_id) : object

