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:

ParameterTypeDescription
$cart\BigCommerce\Compatibility\WooCommerce\CartThe Cart instance used to interact with the BigCommerce cart.


Automatically generated on 2025-01-21