urlGenerator = $urlGenerator; } /** * Path to an 16*16 icons * * @return strings */ public function getIcon() { return $this->urlGenerator->imagePath("onlyoffice", "app-dark.svg"); } /** * ID of the section * * @returns string */ public function getID() { return "onlyoffice"; } /** * Name of the section * * @return string */ public function getName() { return "ONLYOFFICE"; } /** * Get priority order * * @return int */ public function getPriority() { return 50; } }