Automattic\WooCommerce\Blueprint\Cli

ImportCli::__constructpublicWC 1.0

ImportCli constructor.

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

Хуков нет.

Возвращает

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

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

$ImportCli = new ImportCli();
$ImportCli->__construct( $schema_path );
$schema_path(строка) (обязательный)
The path to the schema file.

Код ImportCli::__construct() WC 10.0.2

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