Automattic\WooCommerce\Blueprint\Cli

ImportCli::__constructpublicWC 1.0

ImportCli constructor.

Method of the class: ImportCli{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ImportCli = new ImportCli();
$ImportCli->__construct( $schema_path );
$schema_path(string) (required)
The path to the schema file.

ImportCli::__construct() code WC 9.9.5

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