Overview

Namespaces

  • GeoIp2
    • Database
    • Exception
    • Model
    • Record
    • Test
      • Database
      • Model
      • WebService
    • WebService
  • MaxMind
    • MinFraud
      • Model
  • PHP

Classes

  • AnonymousIp
  • Asn
  • City
  • ConnectionType
  • Country
  • Domain
  • Enterprise
  • Insights
  • Isp
  • Overview
  • Namespace
  • Class

Class ConnectionType

This class provides the GeoIP2 Connection-Type model.

GeoIp2\Model\AbstractModel implements JsonSerializable
Extended by GeoIp2\Model\ConnectionType
Namespace: GeoIp2\Model
Located at src/Model/ConnectionType.php
Methods inherited from GeoIp2\Model\AbstractModel
__construct(), __get(), __isset(), get(), jsonSerialize()
Properties summary
protected $connectionType
#
protected $ipAddress
#
Properties inherited from GeoIp2\Model\AbstractModel
$raw
Magic properties summary
public read-only string|null $connectionType

The connection type may take the following values: "Dialup", "Cable/DSL", "Corporate", "Cellular". Additional values may be added in the future.

public read-only string $ipAddress

The IP address that the data in the model is for.

minFraud PHP API v1.4.0 API documentation generated by ApiGen