$this->id, 'route' => $this->route, 'arguments' => $this->arguments, 'title' => $this->title, 'groupId' => $this->groupId, 'iconIdentifier' => $this->iconIdentifier, 'iconOverlayIdentifier' => $this->iconOverlayIdentifier, 'module' => $this->module, 'href' => $this->href, 'editable' => $this->editable, 'accessible' => $this->accessible, ]; } public function jsonSerialize(): array { return $this->toArray(); } }