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