Example #1
0
 /**
  * Country setter.
  *
  * @param string $country
  */
 public function setCountry($country)
 {
     $this->country->setId($country);
 }