Automattic\WooCommerce\Internal\CLI\Migrator\Platforms\Webflow
WebflowFetcher::__construct
Constructor.
Метод класса: WebflowFetcher{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WebflowFetcher = new WebflowFetcher(); $WebflowFetcher->__construct( $credentials );
- $credentials(массив) (обязательный)
- Platform credentials array.
Код WebflowFetcher::__construct() WebflowFetcher:: construct WC 11.0.1
public function __construct( array $credentials ) {
$this->webflow_client = new WebflowClient( $credentials );
}