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