Action_Scheduler\Migration

BatchFetcher::__construct()publicWC 1.0

BatchFetcher constructor.

Method of the class: BatchFetcher{}

No Hooks.

Return

null. Nothing (null).

Usage

$BatchFetcher = new BatchFetcher();
$BatchFetcher->__construct( $source_store );
$source_store(ActionScheduler_Store) (required)
Source store object.

BatchFetcher::__construct() code WC 8.6.1

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