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