/home/sharedstore/public_html/prestashop.sharedstore.ma/vendor/geoip2/geoip2/src/Model
NameSizeModeActions
AbstractModel.php10740644editdlrm
AnonymousIp.php14720644editdlrm
City.php41590644editdlrm
ConnectionType.php7420644editdlrm
Country.php24220644editdlrm
Domain.php6880644editdlrm
Enterprise.php22830644editdlrm
Insights.php22830644editdlrm
Isp.php13520644editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/vendor/geoip2/geoip2/src/Model/Country.php (2422B)
continent = new \GeoIp2\Record\Continent( $this->get('continent'), $locales ); $this->country = new \GeoIp2\Record\Country( $this->get('country'), $locales ); $this->maxmind = new \GeoIp2\Record\MaxMind($this->get('maxmind')); $this->registeredCountry = new \GeoIp2\Record\Country( $this->get('registered_country'), $locales ); $this->representedCountry = new \GeoIp2\Record\RepresentedCountry( $this->get('represented_country'), $locales ); $this->traits = new \GeoIp2\Record\Traits($this->get('traits')); $this->locales = $locales; } }