Example #1
0
 /**
  * Returns the stat handler value.
  *
  * @return string
  */
 public function getValue()
 {
     $location = $this->geoIp->getGeoIpLocation($this->statHandlerObject->getIp());
     if ($location) {
         return $location->getCountryCode();
     }
 }