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

WebflowFetcher::__constructpublicWC 1.0

Constructor.

Method of the class: WebflowFetcher{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WebflowFetcher = new WebflowFetcher();
$WebflowFetcher->__construct( $credentials );
$credentials(array) (required)
Platform credentials array.

WebflowFetcher::__construct() code WC 11.0.1

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