priority = 40; $this->enabled = version_compare(JVERSION, '3.9.999', 'gt'); parent::__construct($container); } /** * Opens the FEF styling wrapper element. Our component's output will be inside this wrapper. * * @param array $classes An array of additional CSS classes to add to the outer page wrapper element. * * @return void */ protected function openPageWrapper(array $classes): void { $classes[] = 'akeeba-renderer-joomla4'; parent::openPageWrapper($classes); } }