You are here

function pay::set_table in Pay 6

Same name and namespace in other branches
  1. 7 includes/handlers/pay.inc \pay::set_table()

Do not allow this value to be automatically set.

File

includes/handlers/pay.inc, line 56
The base class for the Payment API.

Class

pay
@file The base class for the Payment API.

Code

function set_table() {
  return;
}