Exemplo n.º 1
0
 public function addNgTestApplicant(NgTestApplicant $l)
 {
     $this->collNgTestApplicants[] = $l;
     $l->setNgStatusApplicant($this);
 }
Exemplo n.º 2
0
 public function addNgTestApplicantRelatedByLastClass(NgTestApplicant $l)
 {
     $this->collNgTestApplicantsRelatedByLastClass[] = $l;
     $l->setClassLevelRelatedByLastClass($this);
 }
Exemplo n.º 3
0
 public function addNgTestApplicant(NgTestApplicant $l)
 {
     $this->collNgTestApplicants[] = $l;
     $l->setNgRegInfo($this);
 }
Exemplo n.º 4
0
 public function addNgTestApplicant(NgTestApplicant $l)
 {
     $this->collNgTestApplicants[] = $l;
     $l->setCity($this);
 }
Exemplo n.º 5
0
 public function addNgTestApplicant(NgTestApplicant $l)
 {
     $this->collNgTestApplicants[] = $l;
     $l->setSubdistrict($this);
 }