user_id = $user_id; } /** * @return int */ public function getUserId(): int { return $this->user_id; } }