示例#1
0
 /**
  * @param InseeGeoDepartment $inseeGeoDepartment The inseeGeoDepartment object to add.
  */
 protected function doAddInseeGeoDepartment($inseeGeoDepartment)
 {
     $this->collInseeGeoDepartments[] = $inseeGeoDepartment;
     $inseeGeoDepartment->setInseeGeoRegion($this);
 }