Function __global->points_get_escrow
Definitions
sources/points_escrow.php
- Get a results table of the escrows between two members.
- 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_of | MEMBER | No | No | required parameter | N/A | N/A | Who we are looking at escrows for |
| $member_id_viewing | MEMBER | No | No | required parameter | N/A | N/A | Who we are looking at escrows using the account of |
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a results table of the escrows between two members.
*
* @param MEMBER $member_id_of Who we are looking at escrows for
* @param MEMBER $member_id_viewing Who we are looking at escrows using the account of
* @return Tempcode The UI
*/
function points_get_escrow(int $member_id_of, int $member_id_viewing) : object
* Get a results table of the escrows between two members.
*
* @param MEMBER $member_id_of Who we are looking at escrows for
* @param MEMBER $member_id_viewing Who we are looking at escrows using the account of
* @return Tempcode The UI
*/
function points_get_escrow(int $member_id_of, int $member_id_viewing) : object

