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