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