Example #1
0
 public function addVCourseSession(VCourseSession $l)
 {
     $this->collVCourseSessions[] = $l;
     $l->setEmployee($this);
 }
Example #2
0
 public function addVCourseSession(VCourseSession $l)
 {
     $this->collVCourseSessions[] = $l;
     $l->setClassSession($this);
 }
Example #3
0
 public function addVCourseSession(VCourseSession $l)
 {
     $this->collVCourseSessions[] = $l;
     $l->setSubjectCurr($this);
 }
Example #4
0
 public function addVCourseSession(VCourseSession $l)
 {
     $this->collVCourseSessions[] = $l;
     $l->setCourseSchedule($this);
 }