Action_Scheduler\Migration
BatchFetcher::__construct()
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() BatchFetcher:: construct code WC 9.5.1
public function __construct( Store $source_store ) { $this->store = $source_store; }