Пример #1
0
 public function addNgTestApplicant(NgTestApplicant $l)
 {
     $this->collNgTestApplicants[] = $l;
     $l->setNgStatusApplicant($this);
 }
Пример #2
0
 public function addNgTestApplicantRelatedByLastClass(NgTestApplicant $l)
 {
     $this->collNgTestApplicantsRelatedByLastClass[] = $l;
     $l->setClassLevelRelatedByLastClass($this);
 }
Пример #3
0
 public function addNgTestApplicant(NgTestApplicant $l)
 {
     $this->collNgTestApplicants[] = $l;
     $l->setNgRegInfo($this);
 }
Пример #4
0
 public function addNgTestApplicant(NgTestApplicant $l)
 {
     $this->collNgTestApplicants[] = $l;
     $l->setCity($this);
 }
Пример #5
0
 public function addNgTestApplicant(NgTestApplicant $l)
 {
     $this->collNgTestApplicants[] = $l;
     $l->setSubdistrict($this);
 }