Cake\ElasticSearch\TypeRegistry::clear PHP 메소드

clear() 공개 정적인 메소드

Clears the registry of configuration and instances.
public static clear ( ) : void
리턴 void
    public static function clear()
    {
        static::$instances = [];
    }