Example #1
0
 public function addCash(Cash $l)
 {
     $this->collCashs[] = $l;
     $l->setTransactionStatus($this);
 }