You are here

public function AbstractRecord::__construct 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::__construct()

@ignore

1 call to AbstractRecord::__construct()
AbstractPlaceRecord::__construct in includes/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php
@ignore
1 method overrides AbstractRecord::__construct()
AbstractPlaceRecord::__construct in includes/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php
@ignore

File

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

Class

AbstractRecord

Namespace

GeoIp2\Record

Code

public function __construct($record) {
  $this->record = isset($record) ? $record : array();
}