コード例 #1
0
ファイル: ZipCode.php プロジェクト: wsorprendente/zipcode
 /**
  * Country setter.
  *
  * @param string $country
  */
 public function setCountry($country)
 {
     $this->country->setId($country);
 }