___init(); parent::__construct($context, $storeManager, $eavEntityType, $connectionName); } /** * {@inheritdoc} */ public function getStoreLabelsByAttributeId($attributeId) { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getStoreLabelsByAttributeId'); return $pluginInfo ? $this->___callPlugins('getStoreLabelsByAttributeId', func_get_args(), $pluginInfo) : parent::getStoreLabelsByAttributeId($attributeId); } }