getDiscount()) return true; return false; } public function getTemplate() { return 'invoice/discount.html.twig'; } public function getID() { return 'discount'; } public function getAmount($battery = null, $discount_list, $id) { return 0; } }