示例#1
0
 public function addCourseScheduleDetail(CourseScheduleDetail $l)
 {
     $this->collCourseScheduleDetails[] = $l;
     $l->setLocation($this);
 }