Example #1
0
 public function addVCourseSchedule(VCourseSchedule $l)
 {
     $this->collVCourseSchedules[] = $l;
     $l->setLocation($this);
 }