Facade
This class acts as a facade for the WooCommerce cart, providing a simplified interface for interacting with the BigCommerce cart.
- Full name:
\BigCommerce\Compatibility\WooCommerce\Facade
Properties
cart
The instance of the BigCommerce WooCommerce Cart class.
public \BigCommerce\Compatibility\WooCommerce\Cart $cart
Methods
__construct
Facade constructor.
public __construct(\BigCommerce\Compatibility\WooCommerce\Cart $cart): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$cart | \BigCommerce\Compatibility\WooCommerce\Cart | The Cart instance used to interact with the BigCommerce cart. |
Automatically generated on 2025-01-21