public function getTotal($vat = true) { return bcmul($this->getUnitPrice($vat), $this->getQuantity()); }