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