Example #1
0
 /**
  * @param State $state The state object to add.
  */
 protected function doAddState($state)
 {
     $this->collStates[] = $state;
     $state->setCountry($this);
 }