function pay::notes in Pay 6
Same name and namespace in other branches
- 7 includes/handlers/pay.inc \pay::notes()
File
- includes/
handlers/ pay.inc, line 169 - The base class for the Payment API.
Class
- pay
- @file The base class for the Payment API.
Code
function notes() {
if (isset($this->notes)) {
return check_markup($this->notes, $this->notes_format);
}
}