uid = $uid; $this->ip = $ip; } public function getUid(): string { return $this->uid; } public function getIp(): string { return $this->ip; } }