PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
src
/
Dependencies
/
GeoIp2
/
Model
<?php declare(strict_types=1); namespace WP_Statistics\Dependencies\GeoIp2\Model; /** * Model class for the data returned by GeoIP2 Enterprise database lookups. * * See https://dev.maxmind.com/geoip/docs/web-services?lang=en for more * details. */ class Enterprise extends City { }
[-] Domain.php
[edit]
[-] Insights.php
[edit]
[-] AnonymousIp.php
[edit]
[-] Enterprise.php
[edit]
[-] City.php
[edit]
[-] ConnectionType.php
[edit]
[-] Asn.php
[edit]
[+]
..
[-] Country.php
[edit]
[-] AbstractModel.php
[edit]
[-] Isp.php
[edit]