function pay_item::cost in Pay 6
Same name and namespace in other branches
- 7 includes/handlers/pay_item.inc \pay_item::cost()
File
- includes/
handlers/ pay_item.inc, line 39 - An item type for payment activities.
Class
- pay_item
- @file An item type for payment activities.
Code
function cost() {
return (double) $this->cost;
}