ip = $ip; } } /** * Get the validated IP address * * @return string Validated IP address, or empty string if invalid. */ public function get() { return $this->ip; } }