public function addPaymentHistory(PaymentHistory $l) { $this->collPaymentHistorys[] = $l; $l->setAcademicCost($this); }