You are here

MaxMind.php in Smart IP 6.2

Same filename and directory in other branches
  1. 7.2 includes/vendor/geoip2/geoip2/src/Record/MaxMind.php

Namespace

GeoIp2\Record

File

includes/vendor/geoip2/geoip2/src/Record/MaxMind.php
View source
<?php

namespace GeoIp2\Record;


/**
 * Contains data about your account.
 *
 * This record is returned by all location services and databases.
 *
 * @property int|null $queriesRemaining The number of remaining queries you
 * have for the service you are calling.
 */
class MaxMind extends AbstractRecord {

  /**
   * @ignore
   */
  protected $validAttributes = array(
    'queriesRemaining',
  );

}

Classes

Namesort descending Description
MaxMind Contains data about your account.