コード例 #1
0
ファイル: BaseGradeComponent.php プロジェクト: taryono/school
 public function addStudentRaport(StudentRaport $l)
 {
     $this->collStudentRaports[] = $l;
     $l->setGradeComponent($this);
 }