Action_Scheduler\Migration

BatchFetcher::__construct()publicWC 1.0

BatchFetcher constructor.

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

Хуков нет.

Возвращает

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

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

$BatchFetcher = new BatchFetcher();
$BatchFetcher->__construct( $source_store );
$source_store(ActionScheduler_Store) (обязательный)
Source store object.

Код BatchFetcher::__construct() WC 8.7.0

public function __construct( Store $source_store ) {
	$this->store = $source_store;
}