You are here

function pay_item::title in Pay 7

Same name and namespace in other branches
  1. 6 includes/handlers/pay_item.inc \pay_item::title()

Overrides pay::title

File

includes/handlers/pay_item.inc, line 23
An item type for payment activities.

Class

pay_item
@file An item type for payment activities.

Code

function title() {
  return check_plain($this->title);
}