userId = $userId; $this->login = $login; } /** * Returns ID of user which was not found * * @return int */ public function getUserId() { return $this->userId; } /** * @return string */ public function getLogin() { return $this->login; } }