team_id = $team_id; return $this; } public function setDate(DateTime $date): Self { $this->date = $date; return $this; } }