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