Ejemplo n.º 1
0
 public function addVSubjectAccalLectorStudentDetail(VSubjectAccalLectorStudentDetail $l)
 {
     $this->collVSubjectAccalLectorStudentDetails[] = $l;
     $l->setEmployee($this);
 }
Ejemplo n.º 2
0
 public function addVSubjectAccalLectorStudentDetail(VSubjectAccalLectorStudentDetail $l)
 {
     $this->collVSubjectAccalLectorStudentDetails[] = $l;
     $l->setCurriculum($this);
 }
Ejemplo n.º 3
0
 public function addVSubjectAccalLectorStudentDetail(VSubjectAccalLectorStudentDetail $l)
 {
     $this->collVSubjectAccalLectorStudentDetails[] = $l;
     $l->setAcademicCalendar($this);
 }
Ejemplo n.º 4
0
 public function addVSubjectAccalLectorStudentDetail(VSubjectAccalLectorStudentDetail $l)
 {
     $this->collVSubjectAccalLectorStudentDetails[] = $l;
     $l->setClassGroup($this);
 }