Automattic\WooCommerce\Internal\CLI\Migrator\Platforms\Shopify

ShopifyMapper::__constructpublicWC 1.0

Constructor.

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

Хуков нет.

Возвращает

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

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

$ShopifyMapper = new ShopifyMapper();
$ShopifyMapper->__construct( $args );
$args(массив)
Optional arguments including 'fields' array for selective processing.
По умолчанию: array()

Код ShopifyMapper::__construct() WC 10.9.4

public function __construct( array $args = array() ) {
	$this->fields_to_process = $args['fields'] ?? $this->get_default_product_fields();
}