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