예제 #1
0
 public function setCountryRestriction(countryRestriction $restriction)
 {
     parent::setCountryRestrictType($restriction->getType());
     parent::setCountryRestrictList($restriction->getCountryList());
 }