userId = $userId; $this->userName = $userName; $this->sessionId = $sessionId; $this->ip = $ip; $this->token = $token; } public function getUserId() { return $this->userId; } public function getUserName() { return $this->userName; } }