/**
  * Set the IP address, otherwise use the current IP address from the client.
  *
  * @param string $ip IPv4 or IPv6 address.
  */
 public function setIp($ip)
 {
     $this->statHandlerObject->setIp($ip);
 }