示例#1
0
 public function addVStudentScore(VStudentScore $l)
 {
     $this->collVStudentScores[] = $l;
     $l->setGradeSpec($this);
 }