芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/lib/maxmind/GeoIp2/Model/Country.php
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; } }