function pay::title in Pay 6
Same name and namespace in other branches
- 7 includes/handlers/pay.inc \pay::title()
3 calls to pay::title()
- pay_method::pay_method_validate in includes/
handlers/ pay_method.inc - pay_method_direct::form in includes/
handlers/ pay_method_direct.inc - pay_method_gateway::form in includes/
handlers/ pay_method_gateway.inc
2 methods override pay::title()
- pay_form::title in includes/
handlers/ pay_form.inc - pay_item::title in includes/
handlers/ pay_item.inc
File
- includes/
handlers/ pay.inc, line 146 - The base class for the Payment API.
Class
- pay
- @file The base class for the Payment API.
Code
function title() {
return filter_xss($this->title);
}