Automattic\WooCommerce\Internal\CLI\Migrator\Platforms\Shopify
ShopifyClient::__construct
Constructor.
Method of the class: ShopifyClient{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ShopifyClient = new ShopifyClient(); $ShopifyClient->__construct( $credentials );
- $credentials(array) (required)
- Platform credentials array.
ShopifyClient::__construct() ShopifyClient:: construct code WC 10.7.0
public function __construct( array $credentials ) {
$this->credentials = $credentials;
}