コード例 #1
0
ファイル: BaseReligion.php プロジェクト: taryono/school
 public function addStudentParents(StudentParents $l)
 {
     $this->collStudentParentss[] = $l;
     $l->setReligion($this);
 }