Function __global->escrow_get_logs
Definitions
sources/points_escrow.php
- Get a results table of the logs for a provided escrow.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $id | AUTO_LINK | No | No | required parameter | N/A | N/A | The ID of the escrow |
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a results table of the logs for a provided escrow.
*
* @param AUTO_LINK $id The ID of the escrow
* @return Tempcode The UI
*/
function escrow_get_logs(int $id) : object
* Get a results table of the logs for a provided escrow.
*
* @param AUTO_LINK $id The ID of the escrow
* @return Tempcode The UI
*/
function escrow_get_logs(int $id) : object

