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