ActionScheduler_AsyncRequest_QueueRunner::__construct()publicWC 1.0

Initiate new async request

Method of the class: ActionScheduler_AsyncRequest_QueueRunner{}

No Hooks.

Return

null. Nothing (null).

Usage

$ActionScheduler_AsyncRequest_QueueRunner = new ActionScheduler_AsyncRequest_QueueRunner();
$ActionScheduler_AsyncRequest_QueueRunner->__construct( $store );
$store(ActionScheduler_Store) (required)
-

ActionScheduler_AsyncRequest_QueueRunner::__construct() code WC 8.7.0

public function __construct( ActionScheduler_Store $store ) {
	parent::__construct();
	$this->store = $store;
}