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