function pay::set_timestamp in Pay 6
Same name and namespace in other branches
- 7 includes/handlers/pay.inc \pay::set_timestamp()
File
- includes/handlers/ pay.inc, line 95 
- The base class for the Payment API.
Class
- pay
- @file The base class for the Payment API.
Code
function set_timestamp($val = NULL) {
  $this->timestamp = $this
    ->timestamp_value($val);
}