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