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