Automattic\WooCommerce\Internal\CLI\Migrator\Platforms\Webflow

WebflowFetcher::__constructpublicWC 1.0

Constructor.

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

Хуков нет.

Возвращает

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

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

$WebflowFetcher = new WebflowFetcher();
$WebflowFetcher->__construct( $credentials );
$credentials(массив) (обязательный)
Platform credentials array.

Код WebflowFetcher::__construct() WC 11.0.1

public function __construct( array $credentials ) {
	$this->webflow_client = new WebflowClient( $credentials );
}