public function AbstractRecord::__construct in Smart IP 6.2
Same name and namespace in other branches
- 7.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
Namespace
GeoIp2\RecordCode
public function __construct($record) {
$this->record = isset($record) ? $record : array();
}