id; } public function getRestaurant(): ?Restaurant { return $this->restaurant; } public function setRestaurant(?Restaurant $restaurant): static { $this->restaurant = $restaurant; return $this; } public function getFile(): ?File { return $this->file; } public function setFile(File $file): static { $this->file = $file; return $this; } }