Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

ImplementingType::implementsInterfacepublicWC 1.0

Method of the class: ImplementingType{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ImplementingType = new ImplementingType();
$ImplementingType->implementsInterface( $interfaceType ): bool;
$interfaceType(InterfaceType) (required)
.

ImplementingType::implementsInterface() code WC 10.9.1

public function implementsInterface(InterfaceType $interfaceType): bool;