Automattic\WooCommerce\Blueprint\Cli
ImportCli::__construct
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() ImportCli:: construct code WC 9.9.5
public function __construct( $schema_path ) { $this->schema_path = $schema_path; }