Example #1
0
 public function getCountry()
 {
     $domain_settings = new DomainSettings($this->dataAccess);
     $key = $domain_settings->getKey('desktop-country');
     return strlen($key) ? $key : $this->container->getCountry();
 }