PATH:
home
/
letacommog
/
adelcya
/
wp-content
/
plugins
/
wordfence
/
vendor
/
geoip2
/
geoip2
/
src
/
Record
<?php namespace GeoIp2\Record; /** * Contains data about your account. * * This record is returned by all location services and databases. * * @property-read int|null $queriesRemaining The number of remaining queries you * have for the service you are calling. */ class MaxMind extends AbstractRecord { /** * @ignore */ protected $validAttributes = ['queriesRemaining']; }
[+]
..
[-] RepresentedCountry.php
[edit]
[-] Location.php
[edit]
[-] Continent.php
[edit]
[-] MaxMind.php
[edit]
[-] Country.php
[edit]
[-] AbstractPlaceRecord.php
[edit]
[-] Subdivision.php
[edit]
[-] AbstractRecord.php
[edit]
[-] Traits.php
[edit]
[-] City.php
[edit]
[-] Postal.php
[edit]