Automattic\WooCommerce\Blueprint\Cli

ExportCli::__constructpublicWC 1.0

ExportCli constructor.

Метод класса: ExportCli{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ExportCli = new ExportCli();
$ExportCli->__construct( $save_to );
$save_to(строка) (обязательный)
The path where the exported schema will be saved.

Код ExportCli::__construct() WC 10.0.2

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