コード例 #1
0
ファイル: BaseLocation.php プロジェクト: taryono/school
 public function addVCourseSchedule(VCourseSchedule $l)
 {
     $this->collVCourseSchedules[] = $l;
     $l->setLocation($this);
 }