Differences Between: [Versions 310 and 311] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]
1 <?php 2 3 declare(strict_types=1); 4 5 namespace GeoIp2\Model; 6 7 /** 8 * Model class for the data returned by GeoIP2 Enterprise database lookups. 9 * 10 * The only difference between the City and Enterprise model classes is which 11 * fields in each record may be populated. See 12 * https://dev.maxmind.com/geoip/geoip2/web-services for more details. 13 */ 14 class Enterprise extends City 15 { 16 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body