FOF30\Utils\CacheCleaner::clearPluginsAndModulesCache PHP Метод

clearPluginsAndModulesCache() публичный статический Метод

Clears the com_modules and com_plugins cache. You need to call this whenever you alter the publish state or parameters of a module or plugin from your code.
public static clearPluginsAndModulesCache ( ) : void
Результат void
    public static function clearPluginsAndModulesCache()
    {
        self::clearPluginsCache();
        self::clearModulesCache();
    }