Current Path : /var/www/ljmtc/cbt/lib/maxmind/GeoIp2/Model/ |
Current File : /var/www/ljmtc/cbt/lib/maxmind/GeoIp2/Model/Enterprise.php |
<?php namespace GeoIp2\Model; /** * Model class for the data returned by GeoIP2 Enterprise database lookups. * * The only difference between the City and Enterprise model classes is which * fields in each record may be populated. See * https://dev.maxmind.com/geoip/geoip2/web-services for more details. */ class Enterprise extends City { }