Exemplo n.º 1
0
 public function addPaymentHistory(PaymentHistory $l)
 {
     $this->collPaymentHistorys[] = $l;
     $l->setAcademicCost($this);
 }