cart = $cart; } public function getCart(): \Cart { return $this->cart; } public function setError($error, $index) { $this->errors[$index] = $error; } public function getErrors() { return $this->errors; } }