Automattic\WooCommerce\Blueprint\Cli

ExportCli::__constructpublicWC 1.0

ExportCli constructor.

Method of the class: ExportCli{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ExportCli = new ExportCli();
$ExportCli->__construct( $save_to );
$save_to(string) (required)
The path where the exported schema will be saved.

ExportCli::__construct() code WC 9.9.5

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