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