Beispiel #1
0
 public function addVStuPayment(VStuPayment $l)
 {
     $this->collVStuPayments[] = $l;
     $l->setAcademicCost($this);
 }
Beispiel #2
0
 public function addVStuPayment(VStuPayment $l)
 {
     $this->collVStuPayments[] = $l;
     $l->setJob($this);
 }