ActionScheduler_AsyncRequest_QueueRunner::__construct()publicWC 1.0

Initiate new async request

Метод класса: ActionScheduler_AsyncRequest_QueueRunner{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ActionScheduler_AsyncRequest_QueueRunner = new ActionScheduler_AsyncRequest_QueueRunner();
$ActionScheduler_AsyncRequest_QueueRunner->__construct( $store );
$store(ActionScheduler_Store) (обязательный)
-

Код ActionScheduler_AsyncRequest_QueueRunner::__construct() WC 8.7.0

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