Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules

DisableIntrospection::setEnabledpublicWC 1.0

Method of the class: DisableIntrospection{}

No Hooks.

Returns

null. Nothing (null).

Usage

$DisableIntrospection = new DisableIntrospection();
$DisableIntrospection->setEnabled( $enabled ): void;
$enabled(int) (required)
.

DisableIntrospection::setEnabled() code WC 10.9.1

public function setEnabled(int $enabled): void
{
    $this->isEnabled = $enabled;
}