예제 #1
0
 public function addVFinalRaport(VFinalRaport $l)
 {
     $this->collVFinalRaports[] = $l;
     $l->setSubject($this);
 }
예제 #2
0
 public function addVFinalRaport(VFinalRaport $l)
 {
     $this->collVFinalRaports[] = $l;
     $l->setStudentCourse($this);
 }
예제 #3
0
 public function addVFinalRaport(VFinalRaport $l)
 {
     $this->collVFinalRaports[] = $l;
     $l->setAcademicCalendar($this);
 }
예제 #4
0
 public function addVFinalRaport(VFinalRaport $l)
 {
     $this->collVFinalRaports[] = $l;
     $l->setGradeComponent($this);
 }