Пример #1
0
 public function addVTestApplSched(VTestApplSched $l)
 {
     $this->collVTestApplScheds[] = $l;
     $l->setTestApplicant($this);
 }
Пример #2
0
 public function addVTestApplSchedRelatedByLocation2(VTestApplSched $l)
 {
     $this->collVTestApplSchedsRelatedByLocation2[] = $l;
     $l->setLocationRelatedByLocation2($this);
 }