Home
last modified time | relevance | path

Searched refs:attributeToKey (Results 1 – 1 of 1) sorted by relevance

/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DAbstractRecord.php27 $key = $this->attributeToKey($attr);
44 isset($this->record[$this->attributeToKey($attr)]);
47 private function attributeToKey($attr) function in GeoIp2\\Record\\AbstractRecord