Automattic\WooCommerce\Internal\CLI\Migrator\Platforms\Webflow
WebflowFetcher::__construct
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() WebflowFetcher:: construct code WC 11.0.1
public function __construct( array $credentials ) {
$this->webflow_client = new WebflowClient( $credentials );
}