id = $id; $this->route = $route; $this->label = $label; if (null !== $reportIcon) { $this->reportIcon = $reportIcon; } } public function getRoute(): string { return $this->route; } public function getId(): string { return $this->id; } public function getLabel(): string { return $this->label; } public function getReportIcon(): string { return $this->reportIcon; } }