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