예제 #1
0
 public function addVTestApplSchedRelatedByLocation2(VTestApplSched $l)
 {
     $this->collVTestApplSchedsRelatedByLocation2[] = $l;
     $l->setLocationRelatedByLocation2($this);
 }