Overview

Namespaces

  • GeoIp2
    • Database
    • Exception
    • Model
    • Record
    • WebService
  • PHP

Classes

  • City
  • ConnectionType
  • Country
  • Domain
  • Insights
  • Isp
  • Overview
  • Namespace
  • Class
  • Tree
  • Download

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 GeoIp2/Model/ConnectionType.php
Methods inherited from GeoIp2\Model\AbstractModel
__construct(), __get(), __isset(), get(), jsonSerialize()
Properties summary
protected mixed $connectionType
#
protected mixed $ipAddress
#
Properties inherited from GeoIp2\Model\AbstractModel
$raw
Magic properties summary
public string $connectionType

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

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

public string $ipAddress

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

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

GeoIP2 PHP API v0.8.1 API documentation generated by ApiGen 2.8.0