![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/generated/code/Amasty/ShopbyBrand/Helper/Data/ |
<?php namespace Amasty\ShopbyBrand\Helper\Data; /** * Interceptor class for @see \Amasty\ShopbyBrand\Helper\Data */ class Interceptor extends \Amasty\ShopbyBrand\Helper\Data implements \Magento\Framework\Interception\InterceptorInterface { use \Magento\Framework\Interception\Interceptor; public function __construct(\Magento\Framework\App\Helper\Context $context, \Amasty\ShopbyBase\Model\ResourceModel\OptionSetting\CollectionFactory $optionCollectionFactory, \Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Catalog\Model\Product\Url $productUrl, \Magento\Framework\Escaper $escaper, \Amasty\ShopbyBrand\Model\Attribute $brandAttribute) { $this->___init(); parent::__construct($context, $optionCollectionFactory, $storeManager, $productUrl, $escaper, $brandAttribute); } /** * {@inheritdoc} */ public function getAllBrandsUrl($scopeCode = null) { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getAllBrandsUrl'); return $pluginInfo ? $this->___callPlugins('getAllBrandsUrl', func_get_args(), $pluginInfo) : parent::getAllBrandsUrl($scopeCode); } /** * {@inheritdoc} */ public function getBrandAliases(?int $storeId = null) : array { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getBrandAliases'); return $pluginInfo ? $this->___callPlugins('getBrandAliases', func_get_args(), $pluginInfo) : parent::getBrandAliases($storeId); } /** * {@inheritdoc} */ public function getSuffix() { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getSuffix'); return $pluginInfo ? $this->___callPlugins('getSuffix', func_get_args(), $pluginInfo) : parent::getSuffix(); } /** * {@inheritdoc} */ public function getBrandAttributeKey($filters) { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getBrandAttributeKey'); return $pluginInfo ? $this->___callPlugins('getBrandAttributeKey', func_get_args(), $pluginInfo) : parent::getBrandAttributeKey($filters); } /** * {@inheritdoc} */ public function getBrandAttributeCode() { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getBrandAttributeCode'); return $pluginInfo ? $this->___callPlugins('getBrandAttributeCode', func_get_args(), $pluginInfo) : parent::getBrandAttributeCode(); } /** * {@inheritdoc} */ public function getBrandUrlKey(?int $storeId = null) : ?string { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getBrandUrlKey'); return $pluginInfo ? $this->___callPlugins('getBrandUrlKey', func_get_args(), $pluginInfo) : parent::getBrandUrlKey($storeId); } /** * {@inheritdoc} */ public function getBrandUrl(\Magento\Eav\Model\Entity\Attribute\Option $option, ?int $storeId = null, bool $addBaseUrl = true) : string { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getBrandUrl'); return $pluginInfo ? $this->___callPlugins('getBrandUrl', func_get_args(), $pluginInfo) : parent::getBrandUrl($option, $storeId, $addBaseUrl); } /** * {@inheritdoc} */ public function getModuleConfig(string $path) : string { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getModuleConfig'); return $pluginInfo ? $this->___callPlugins('getModuleConfig', func_get_args(), $pluginInfo) : parent::getModuleConfig($path); } /** * {@inheritdoc} */ public function isTopmenuEnabled() { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'isTopmenuEnabled'); return $pluginInfo ? $this->___callPlugins('isTopmenuEnabled', func_get_args(), $pluginInfo) : parent::isTopmenuEnabled(); } /** * {@inheritdoc} */ public function generateToolTipContent($item) { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'generateToolTipContent'); return $pluginInfo ? $this->___callPlugins('generateToolTipContent', func_get_args(), $pluginInfo) : parent::generateToolTipContent($item); } /** * {@inheritdoc} */ public function getSpecialChar() { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getSpecialChar'); return $pluginInfo ? $this->___callPlugins('getSpecialChar', func_get_args(), $pluginInfo) : parent::getSpecialChar(); } /** * {@inheritdoc} */ public function getBrandLabel() { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getBrandLabel'); return $pluginInfo ? $this->___callPlugins('getBrandLabel', func_get_args(), $pluginInfo) : parent::getBrandLabel(); } /** * {@inheritdoc} */ public function getLogoProductPageWidth() { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getLogoProductPageWidth'); return $pluginInfo ? $this->___callPlugins('getLogoProductPageWidth', func_get_args(), $pluginInfo) : parent::getLogoProductPageWidth(); } /** * {@inheritdoc} */ public function getLogoProductPageHeight() { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getLogoProductPageHeight'); return $pluginInfo ? $this->___callPlugins('getLogoProductPageHeight', func_get_args(), $pluginInfo) : parent::getLogoProductPageHeight(); } /** * {@inheritdoc} */ public function getBrandLogoProductListingWidth() { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getBrandLogoProductListingWidth'); return $pluginInfo ? $this->___callPlugins('getBrandLogoProductListingWidth', func_get_args(), $pluginInfo) : parent::getBrandLogoProductListingWidth(); } /** * {@inheritdoc} */ public function getBrandLogoProductListingHeight() { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getBrandLogoProductListingHeight'); return $pluginInfo ? $this->___callPlugins('getBrandLogoProductListingHeight', func_get_args(), $pluginInfo) : parent::getBrandLogoProductListingHeight(); } /** * {@inheritdoc} */ public function isModuleOutputEnabled($moduleName = null) { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'isModuleOutputEnabled'); return $pluginInfo ? $this->___callPlugins('isModuleOutputEnabled', func_get_args(), $pluginInfo) : parent::isModuleOutputEnabled($moduleName); } }