%PDF- %PDF-
| Direktori : /opt/bitnami/apps/moodle/htdocs/lib__d9c9c01/maxmind/GeoIp2/Record/ |
| Current File : /opt/bitnami/apps/moodle/htdocs/lib__d9c9c01/maxmind/GeoIp2/Record/MaxMind.php |
<?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'];
}