Function __global->transaction_reverse_screen

Definitions

sources/points3.php

  • The UI/actualiser to reverse a point transaction. Should be called from a module.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: object

Parameters

Name Type Default Set Range Description
$id AUTO_LINK required parameter N/A N/A The ID of the transaction being reversed
$confirm BINARY required parameter N/A N/A Whether the reversal was confirmed already
$title Tempcode required parameter N/A N/A The title of the page

Return

  • The confirmation screen (null: $confirm was 1 and the reversal was successful)
  • Type: ?Tempcode
  • Set: N/A
  • Range: N/A