You are here

protected property Continent::$validAttributes in Smart IP 7.2

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

@ignore

File

includes/vendor/geoip2/geoip2/src/Record/Continent.php, line 30

Class

Continent
Contains data for the continent record associated with an IP address

Namespace

GeoIp2\Record

Code

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