Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules

DisableIntrospection::__constructpublicWC 1.0

Method of the class: DisableIntrospection{}

No Hooks.

Returns

null. Nothing (null).

Usage

$DisableIntrospection = new DisableIntrospection();
$DisableIntrospection->__construct( $enabled );
$enabled(int) (required)
.

DisableIntrospection::__construct() code WC 10.9.1

public function __construct(int $enabled)
{
    $this->setEnabled($enabled);
}