Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules
DisableIntrospection::setEnabled
Method of the class: DisableIntrospection{}
No Hooks.
Returns
null. Nothing (null).
Usage
$DisableIntrospection = new DisableIntrospection(); $DisableIntrospection->setEnabled( $enabled ): void;
- $enabled(int) (required)
- .
DisableIntrospection::setEnabled() DisableIntrospection::setEnabled code WC 10.9.1
public function setEnabled(int $enabled): void
{
$this->isEnabled = $enabled;
}