Example #1
0
 public function addAcademicCalendar(AcademicCalendar $l)
 {
     $this->collAcademicCalendars[] = $l;
     $l->setCurrSystem($this);
 }