Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/generated/code/Magento/Directory/Block/Currency/
Upload File :
Current File : /var/www/clients/client3/web2/web/generated/code/Magento/Directory/Block/Currency/Interceptor.php

<?php
namespace Magento\Directory\Block\Currency;

/**
 * Interceptor class for @see \Magento\Directory\Block\Currency
 */
class Interceptor extends \Magento\Directory\Block\Currency implements \Magento\Framework\Interception\InterceptorInterface
{
    use \Magento\Framework\Interception\Interceptor;

    public function __construct(\Magento\Framework\View\Element\Template\Context $context, \Magento\Directory\Model\CurrencyFactory $currencyFactory, \Magento\Framework\Data\Helper\PostHelper $postDataHelper, \Magento\Framework\Locale\ResolverInterface $localeResolver, array $data = [])
    {
        $this->___init();
        parent::__construct($context, $currencyFactory, $postDataHelper, $localeResolver, $data);
    }

    /**
     * {@inheritdoc}
     */
    public function toHtml()
    {
        $pluginInfo = $this->pluginList->getNext($this->subjectType, 'toHtml');
        return $pluginInfo ? $this->___callPlugins('toHtml', func_get_args(), $pluginInfo) : parent::toHtml();
    }
}