___init(); parent::__construct($context, $saleableItem, $price, $rendererPool, $jsonHelper, $mathRandom, $msrpPriceCalculator); } /** * {@inheritdoc} */ public function getCacheKey() { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getCacheKey'); return $pluginInfo ? $this->___callPlugins('getCacheKey', func_get_args(), $pluginInfo) : parent::getCacheKey(); } }