Function __global->points_get_transactions_screen
Definitions
sources/points3.php
- Show the point transactions a member has had in a table.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$type | ID_TEXT | required parameter | N/A | N/A | The type of transactions we are looking for |
$member_id_of | MEMBER | required parameter | N/A | N/A | Who we are looking at transactions for |
$member_id_viewing | MEMBER | required parameter | N/A | N/A | Who we are looking at transactions using the account of |
$include_sender | boolean | True | N/A | N/A | Whether to include the "Sender" column on the table |
$include_recipient | boolean | True | N/A | N/A | Whether to include the "Recipient" column on the table |
$skip_low_impact | boolean | True | N/A | N/A | Whether to skip low-impact records (like forum posts) |
Return
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A