urlGenerator->imagePath("onlyoffice", "app-dark.svg"); } /** * ID of the section */ public function getID(): string { return "onlyoffice"; } /** * Name of the section */ public function getName(): string { return "ONLYOFFICE"; } /** * Get priority order */ public function getPriority(): int { return 50; } }