You appear to be a bot. Output may be restricted
Description
Initiate new async request
Usage
ActionScheduler_AsyncRequest_QueueRunner::__construct( $store );
Parameters
- $store
- ( mixed ) required –
Returns
void
Source
File name: woocommerce/packages/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php
Lines:
1 to 4 of 4
public function __construct( ActionScheduler_Store $store ) { parent::__construct(); $this->store = $store; }