예제 #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
파일: BaseCity.php 프로젝트: taryono/school
 public function addNgTestApplicant(NgTestApplicant $l)
 {
     $this->collNgTestApplicants[] = $l;
     $l->setCity($this);
 }
예제 #5
0
 public function addNgTestApplicant(NgTestApplicant $l)
 {
     $this->collNgTestApplicants[] = $l;
     $l->setSubdistrict($this);
 }