_cart = $cart; } public function run(): string { return $this->render('cart', [ 'cart' => $this->_cart, ]); } }