Automattic\WooCommerce\Vendor\GraphQL\Utils
InterfaceImplementations::__construct
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() InterfaceImplementations:: construct code WC 10.9.1
public function __construct(array $objects, array $interfaces)
{
$this->objects = $objects;
$this->interfaces = $interfaces;
}