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