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