You are here

protected property RepresentedCountry::$validAttributes in Smart IP 6.2

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

@ignore

Overrides Country::$validAttributes

File

includes/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php, line 33

Class

RepresentedCountry
Contains data for the represented country associated with an IP address

Namespace

GeoIp2\Record

Code

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