Home
last modified time | relevance | path

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

/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php123 return $this->responseFor('city', 'City', $ipAddress);
154 return $this->responseFor('country', 'Country', $ipAddress);
185 return $this->responseFor('insights', 'Insights', $ipAddress);
188 private function responseFor($endpoint, $class, $ipAddress) function in GeoIp2\\WebService\\Client