Exemplo n.º 1
0
 public function addStudentLeave(StudentLeave $l)
 {
     $this->collStudentLeaves[] = $l;
     $l->setAcademicCalendar($this);
 }