ActionScheduler_AsyncRequest_QueueRunner::__construct()
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() ActionScheduler AsyncRequest QueueRunner:: construct WC 9.2.3
public function __construct( ActionScheduler_Store $store ) { parent::__construct(); $this->store = $store; }