function pay::set_handler in Pay 7
Same name and namespace in other branches
- 6 includes/handlers/pay.inc \pay::set_handler()
1 call to pay::set_handler()
- pay::handler in includes/
handlers/ pay.inc
File
- includes/
handlers/ pay.inc, line 125 - The base class for the Payment API.
Class
- pay
- @file The base class for the Payment API.
Code
function set_handler() {
$this->handler = get_class($this);
}