예제 #1
0
파일: Amount.php 프로젝트: soep/cashflow
 public function add(Flow $flow)
 {
     $this[] = $flow;
     $this->amount = $flow->calcAmount($this->amount);
 }