You are here

function pay_item::set_title in Pay 7

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

File

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

Class

pay_item
@file An item type for payment activities.

Code

function set_title($val = NULL) {
  $this->title = check_plain($val);
}