referrer = $referrer; } public function getReferrer() { return $this->referrer; } public function setRemoteIp($remoteIp) { $this->remoteIp = $remoteIp; } public function getRemoteIp() { return $this->remoteIp; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }