Esempio n. 1
0
 public function getCountryName()
 {
     return $this->country ? \GeoCountryModel::ISO2ToName($this->country) : 'Unknown';
 }
Esempio n. 2
0
 public function getCountryName()
 {
     $c = $this->getCountry();
     return $c ? \GeoCountryModel::ISO2ToName($c) : 'Unknown';
 }