Automattic\WooCommerce\Vendor\GraphQL\Utils

InterfaceImplementations::__constructpublicWC 1.0

Method of the class: InterfaceImplementations{}

No Hooks.

Returns

null. Nothing (null).

Usage

$InterfaceImplementations = new InterfaceImplementations();
$InterfaceImplementations->__construct( $objects, $interfaces );
$objects(array) (required)
.
$interfaces(array) (required)
.

InterfaceImplementations::__construct() code WC 10.9.1

public function __construct(array $objects, array $interfaces)
{
    $this->objects = $objects;
    $this->interfaces = $interfaces;
}