Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
ImplementingType::implementsInterface
Method of the class: ImplementingType{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ImplementingType = new ImplementingType(); $ImplementingType->implementsInterface( $interfaceType ): bool;
- $interfaceType(InterfaceType) (required)
- .
ImplementingType::implementsInterface() ImplementingType::implementsInterface code WC 10.9.1
public function implementsInterface(InterfaceType $interfaceType): bool;