コード例 #1
0
ファイル: InseeGeoRegion.php プロジェクト: enurit/INSEEGeo
 /**
  * @param InseeGeoMunicipality $inseeGeoMunicipality The inseeGeoMunicipality object to add.
  */
 protected function doAddInseeGeoMunicipality($inseeGeoMunicipality)
 {
     $this->collInseeGeoMunicipalities[] = $inseeGeoMunicipality;
     $inseeGeoMunicipality->setInseeGeoRegion($this);
 }