hook_invoiceapi

Definition

hook_invoiceapi($op, &$obj, $val1 = NULL, $val2 = NULL)
ecommerce-5--4/docs/developer/hooks/core.php, line 341

Description

Implementation of hook_invoiceapi().

Parameters

$op Event the hook is reacting to

$obj Reference to data specific to the event

$val1: First extra value specific to the event

$val2: Second extra value specific to the event

Code

<?php
function hook_invoiceapi($op, &$obj, $val1 = NULL, $val2 = NULL) {
  switch ($op) {
    case '':
      break;
    case '':
      break;
    case '':
      break;
    case '':
      break;
    case '':
      break;
    case '':
      break;
  }
}
?>