ActionScheduler_AsyncRequest_QueueRunner::__construct
Initiate new async request.
Method of the class: ActionScheduler_AsyncRequest_QueueRunner{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ActionScheduler_AsyncRequest_QueueRunner = new ActionScheduler_AsyncRequest_QueueRunner(); $ActionScheduler_AsyncRequest_QueueRunner->__construct( $store );
- $store(ActionScheduler_Store) (required)
- Store object.
ActionScheduler_AsyncRequest_QueueRunner::__construct() ActionScheduler AsyncRequest QueueRunner:: construct code WC 10.8.1
public function __construct( ActionScheduler_Store $store ) {
parent::__construct();
$this->store = $store;
}