Automattic\WooCommerce\Vendor\GraphQL\Type

Introspection::resetCachedInstancespublic staticWC 1.0

Метод класса: Introspection{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = Introspection::resetCachedInstances(): void;

Код Introspection::resetCachedInstances() WC 10.9.1

public static function resetCachedInstances(): void
{
    self::$cachedInstances = null;
}