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