function pay::pay_form in Pay 7
Same name and namespace in other branches
- 6 includes/handlers/pay.inc \pay::pay_form()
@todo Please document this function.
See also
2 calls to pay::pay_form()
- pay_transaction::set_currency in includes/
handlers/ pay_transaction.inc - Set the transaction currency, based on available options for its pay_form.
- pay_transaction::set_title in includes/
handlers/ pay_transaction.inc
File
- includes/
handlers/ pay.inc, line 190 - The base class for the Payment API.
Class
- pay
- @file The base class for the Payment API.
Code
function pay_form() {
if ($this->pfid) {
return pay_form_load($this->pfid);
}
}