Automattic\WooCommerce\Vendor\GraphQL\Executor
PromiseExecutor::__construct
Method of the class: PromiseExecutor{}
No Hooks.
Returns
null. Nothing (null).
Usage
$PromiseExecutor = new PromiseExecutor(); $PromiseExecutor->__construct( $result );
- $result(Promise) (required)
- .
PromiseExecutor::__construct() PromiseExecutor:: construct code WC 10.9.4
public function __construct(Promise $result)
{
$this->result = $result;
}