Example #1
0
 public function addStudentThesis(StudentThesis $l)
 {
     $this->collStudentThesiss[] = $l;
     $l->setAcademicCalendar($this);
 }