Action_Scheduler\Migration
BatchFetcher::__construct()
BatchFetcher constructor.
Method of the class: BatchFetcher{}
No Hooks.
Return
null
. Nothing.
Usage
$BatchFetcher = new BatchFetcher(); $BatchFetcher->__construct( $source_store );
- $source_store(ActionScheduler_Store) (required)
- Source store object.
BatchFetcher::__construct() BatchFetcher:: construct code WC 7.3.0
public function __construct( Store $source_store ) { $this->store = $source_store; }