Home
last modified time | relevance | path

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

/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php71 return $this->modelFor('City', 'City', $ipAddress);
88 return $this->modelFor('Country', 'Country', $ipAddress);
189 return $this->modelFor('Enterprise', 'Enterprise', $ipAddress);
213 private function modelFor($class, $type, $ipAddress) function in GeoIp2\\Database\\Reader