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