Your IP : 216.73.216.97


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

<?php
namespace Magento\GoogleAnalytics\Block\Ga;

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

    public function __construct(\Magento\Framework\View\Element\Template\Context $context, \Magento\Sales\Model\ResourceModel\Order\CollectionFactory $salesOrderCollection, \Magento\GoogleAnalytics\Helper\Data $googleAnalyticsData, array $data = [], ?\Magento\Cookie\Helper\Cookie $cookieHelper = null)
    {
        $this->___init();
        parent::__construct($context, $salesOrderCollection, $googleAnalyticsData, $data, $cookieHelper);
    }

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