Automattic\WooCommerce\Vendor\GraphQL\Utils

MixedStore::__constructpublicWC 1.0

Method of the class: MixedStore{}

No Hooks.

Returns

null. Nothing (null).

Usage

$MixedStore = new MixedStore();
$MixedStore->__construct();

MixedStore::__construct() code WC 10.9.1

public function __construct()
{
    $this->objectStore = new \SplObjectStorage();
}