Exemple #1
0
 /**
  * Find savings total
  */
 public function setSavings()
 {
     $this->savings = Savings::getSavingsTotal();
 }