/home/sharedstore/public_html/prestashop.sharedstore.ma/vendor/geoip2/geoip2/src/Record
NameSizeModeActions
AbstractPlaceRecord.php11380644editdlrm
AbstractRecord.php13260644editdlrm
City.php10580644editdlrm
Continent.php10770644editdlrm
Country.php13400644editdlrm
Location.php21420644editdlrm
MaxMind.php4050644editdlrm
Postal.php8430644editdlrm
RepresentedCountry.php14100644editdlrm
Subdivision.php15070644editdlrm
Traits.php39850644editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/vendor/geoip2/geoip2/src/Record/Traits.php (3985B)
The user type associated with the IP * address. This can be one of the following values:

* *

* This attribute is only available from the Insights web service and the * GeoIP2 Enterprise database. *

*/ class Traits extends AbstractRecord { /** * @ignore */ protected $validAttributes = array( 'autonomousSystemNumber', 'autonomousSystemOrganization', 'connectionType', 'domain', 'isAnonymousProxy', 'isLegitimateProxy', 'isSatelliteProvider', 'isp', 'ipAddress', 'organization', 'userType' ); }