You are here

protected property Traits::$validAttributes in Smart IP 7.2

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

@ignore

File

includes/vendor/geoip2/geoip2/src/Record/Traits.php, line 94

Class

Traits
Contains data for the traits record associated with an IP address

Namespace

GeoIp2\Record

Code

protected $validAttributes = array(
  'autonomousSystemNumber',
  'autonomousSystemOrganization',
  'connectionType',
  'domain',
  'isAnonymousProxy',
  'isLegitimateProxy',
  'isSatelliteProvider',
  'isp',
  'ipAddress',
  'organization',
  'userType',
);