Ejemplo n.º 1
0
 public function loadItems()
 {
     $this->items = ExpenseItem::GetItems($this->id);
     $this->calculate();
 }