Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getStoreLabelsByAttributeId($attributeId)
 {
     $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getStoreLabelsByAttributeId');
     if (!$pluginInfo) {
         return parent::getStoreLabelsByAttributeId($attributeId);
     } else {
         return $this->___callPlugins('getStoreLabelsByAttributeId', func_get_args(), $pluginInfo);
     }
 }