function calculateDue() { $factory = new factory($this->factory); $this->prevDue = $factory->getPrevDue(); $this->due = $this->rawPrice + $this->prevDue - $this->paid; }