Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
Public Member Functions | |
__construct (array $raw, array $locales=['en']) | |
@ignore | |
jsonSerialize () | |
Public Attributes | |
GeoIp2 Record Continent readonly GeoIp2 Record Continent | $continent |
continent data for the requested IP address | |
GeoIp2 Record Country readonly GeoIp2 Record Country | $country |
Country data for the requested IP address. | |
GeoIp2 Record MaxMind readonly GeoIp2 Record MaxMind | $maxmind |
data related to your MaxMind account | |
GeoIp2 Record Country readonly GeoIp2 Record Country | $registeredCountry |
Registered country data for the requested IP address. | |
GeoIp2 Record RepresentedCountry readonly GeoIp2 Record RepresentedCountry | $representedCountry |
GeoIp2 Record Traits readonly GeoIp2 Record Traits | $traits |
data for the traits of the requested IP address | |
GeoIp2\Model\Country::__construct | ( | array | $raw, |
array | $locales = ['en'] ) |
@ignore
Reimplemented in GeoIp2\Model\City.
Country data for the requested IP address.
This object represents the country where MaxMind believes the end user is located.
Registered country data for the requested IP address.
This record represents the country where the ISP has registered a given IP block and may differ from the user's country.
GeoIp2 Record RepresentedCountry readonly GeoIp2 Record RepresentedCountry GeoIp2\Model\Country::$representedCountry |