object; } public function getId(): int { return $this->id; } public function getRoute(): ?string { return $this->route; } public function setRoute(?string $route): void { $this->route = $route; } }