Ejemplo n.º 1
0
 public function addVStudent(VStudent $l)
 {
     $this->collVStudents[] = $l;
     $l->setAcademicCalendar($this);
 }