Exemplo n.º 1
0
 public function addVStuPayment(VStuPayment $l)
 {
     $this->collVStuPayments[] = $l;
     $l->setAcademicCost($this);
 }
Exemplo n.º 2
0
 public function addVStuPayment(VStuPayment $l)
 {
     $this->collVStuPayments[] = $l;
     $l->setJob($this);
 }