cart = $cart; $cart->customer = $this; } public function removeCart() { $this->cart->customer = null; $this->cart = null; } }