Action_Scheduler\Migration
BatchFetcher::__construct()
BatchFetcher constructor.
Метод класса: BatchFetcher{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$BatchFetcher = new BatchFetcher(); $BatchFetcher->__construct( $source_store );
- $source_store(ActionScheduler_Store) (обязательный)
- Source store object.
Код BatchFetcher::__construct() BatchFetcher:: construct WC 7.7.0
public function __construct( Store $source_store ) { $this->store = $source_store; }