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();
    }