Automattic\WooCommerce\Blueprint\Cli
ImportCli::__construct
ImportCli constructor.
Метод класса: ImportCli{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ImportCli = new ImportCli(); $ImportCli->__construct( $schema_path );
- $schema_path(строка) (обязательный)
- The path to the schema file.
Код ImportCli::__construct() ImportCli:: construct WC 10.0.2
public function __construct( $schema_path ) { $this->schema_path = $schema_path; }