Automattic\WooCommerce\Vendor\GraphQL\Utils
MixedStore::__construct
Method of the class: MixedStore{}
No Hooks.
Returns
null. Nothing (null).
Usage
$MixedStore = new MixedStore(); $MixedStore->__construct();
MixedStore::__construct() MixedStore:: construct code WC 10.9.1
public function __construct()
{
$this->objectStore = new \SplObjectStorage();
}