Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
GeoIp2\Model\Asn Class Reference
Inheritance diagram for GeoIp2\Model\Asn:

Public Member Functions

 __construct (array $raw)
 @ignore
 
 jsonSerialize ()
 

Public Attributes

int null readonly int $autonomousSystemNumber
 the autonomous system number associated with the IP address
 
string null readonly string $autonomousSystemOrganization
 the organization associated with the registered autonomous system number for the IP address
 
string readonly string $ipAddress
 the IP address that the data in the model is for
 
string readonly string $network
 The network in CIDR notation associated with the record.
 

Member Data Documentation

◆ $network

string readonly string GeoIp2\Model\Asn::$network

The network in CIDR notation associated with the record.

In particular, this is the largest network where all of the fields besides $ipAddress have the same value.


The documentation for this class was generated from the following file: