Automattic\WooCommerce\Blueprint\Importers

ImportInstallPlugin::__constructpublicWC 1.0

Constructor.

Method of the class: ImportInstallPlugin{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ImportInstallPlugin = new ImportInstallPlugin();
$ImportInstallPlugin->__construct( $storage );
$storage(ResourceStorages) (required)
Resource storage instance.

ImportInstallPlugin::__construct() code WC 9.9.5

public function __construct( ResourceStorages $storage ) {
	$this->storage = $storage;
}