You are here

public function AbstractRecord::jsonSerialize in Smart IP 7.2

Same name and namespace in other branches
  1. 6.2 includes/vendor/geoip2/geoip2/src/Record/AbstractRecord.php \GeoIp2\Record\AbstractRecord::jsonSerialize()

File

includes/vendor/geoip2/geoip2/src/Record/AbstractRecord.php, line 56

Class

AbstractRecord

Namespace

GeoIp2\Record

Code

public function jsonSerialize() {
  return $this->record;
}