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_cartCode
public function __construct($id) {
$this->id = $id;
}