Function __global->moderate_escrow

Definitions

sources/points_escrow.php

  • Moderate an escrow, and send out notifications.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: void

Parameters

Name Type Default Set Range Description
$id AUTO_LINK required parameter N/A N/A The ID of the escrow to moderate
$member_id MEMBER required parameter N/A N/A The member applying the dispute resolution action
$action ID_TEXT required parameter N/A N/A The action to take
$new_reason LONG_TEXT required parameter N/A N/A The new reason for the escrow
$new_agreement LONG_TEXT required parameter N/A N/A The new agreement terms for the escrow
$points integer required parameter N/A N/A The number of points to credit to the recipient (only applicable for the 'complete' action)
$reason LONG_TEXT required parameter N/A N/A The explanation for the action taken to resolve this dispute
$row ?array Null N/A N/A The database row for the escrow (null: query for it)