cartGoods = $cartGoods; parent::__construct($weight); } public function getKey() { return 'goodsPrice'; } public function getPrice() { return $this->cartGoods->getPrice(); } }