Esempio n. 1
0
 public function addVSubjectAccalLectorStudent(VSubjectAccalLectorStudent $l)
 {
     $this->collVSubjectAccalLectorStudents[] = $l;
     $l->setEmployee($this);
 }
Esempio n. 2
0
 public function addVSubjectAccalLectorStudent(VSubjectAccalLectorStudent $l)
 {
     $this->collVSubjectAccalLectorStudents[] = $l;
     $l->setDepartment($this);
 }
Esempio n. 3
0
 public function addVSubjectAccalLectorStudent(VSubjectAccalLectorStudent $l)
 {
     $this->collVSubjectAccalLectorStudents[] = $l;
     $l->setCurriculum($this);
 }
Esempio n. 4
0
 public function addVSubjectAccalLectorStudent(VSubjectAccalLectorStudent $l)
 {
     $this->collVSubjectAccalLectorStudents[] = $l;
     $l->setAcademicCalendar($this);
 }
Esempio n. 5
0
 public function addVSubjectAccalLectorStudent(VSubjectAccalLectorStudent $l)
 {
     $this->collVSubjectAccalLectorStudents[] = $l;
     $l->setClassGroup($this);
 }