You are here

protected property Country::$validAttributes in Smart IP 7.2

Same name and namespace in other branches
  1. 6.2 includes/vendor/geoip2/geoip2/src/Record/Country.php \GeoIp2\Record\Country::validAttributes

@ignore

File

includes/vendor/geoip2/geoip2/src/Record/Country.php, line 35

Class

Country
Contains data for the country record associated with an IP address

Namespace

GeoIp2\Record

Code

protected $validAttributes = array(
  'confidence',
  'geonameId',
  'isoCode',
  'names',
);