You are here

public function Cart::__construct in Ubercart 8.4

Constructor.

Parameters

string $id: The cart ID.

File

uc_cart/src/Cart.php, line 33

Class

Cart
Utility class providing methods for the management of shopping carts.

Namespace

Drupal\uc_cart

Code

public function __construct($id) {
  $this->id = $id;
}