userId = $userId; $this->login = $login; } public function getUserId(): int { return $this->userId; } public function getLogin(): string { return $this->login; } }