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