function() { if (self::singletonExists()) { self::$singleton_instance = null; self::$singleton_exists = false; } }