Beispiel #1
0
 public function addVStudentScore(VStudentScore $l)
 {
     $this->collVStudentScores[] = $l;
     $l->setGradeSpec($this);
 }
Beispiel #2
0
 public function addVStudentScore(VStudentScore $l)
 {
     $this->collVStudentScores[] = $l;
     $l->setSubject($this);
 }
Beispiel #3
0
 public function addVStudentScore(VStudentScore $l)
 {
     $this->collVStudentScores[] = $l;
     $l->setStudentCourse($this);
 }
 public function addVStudentScore(VStudentScore $l)
 {
     $this->collVStudentScores[] = $l;
     $l->setAcademicCalendar($this);
 }
Beispiel #5
0
 public function addVStudentScore(VStudentScore $l)
 {
     $this->collVStudentScores[] = $l;
     $l->setCitation($this);
 }