Your IP : 216.73.216.220


Current Path : /var/www/html/generated/code/Magento/Swatches/Model/ResourceModel/Swatch/Collection/
Upload File :
Current File : /var/www/html/generated/code/Magento/Swatches/Model/ResourceModel/Swatch/Collection/Interceptor.php

<?php
namespace Magento\Swatches\Model\ResourceModel\Swatch\Collection;

/**
 * Interceptor class for @see \Magento\Swatches\Model\ResourceModel\Swatch\Collection
 */
class Interceptor extends \Magento\Swatches\Model\ResourceModel\Swatch\Collection implements \Magento\Framework\Interception\InterceptorInterface
{
    use \Magento\Framework\Interception\Interceptor;

    public function __construct(\Magento\Framework\Data\Collection\EntityFactoryInterface $entityFactory, \Psr\Log\LoggerInterface $logger, \Magento\Framework\Data\Collection\Db\FetchStrategyInterface $fetchStrategy, \Magento\Framework\Event\ManagerInterface $eventManager, ?\Magento\Framework\DB\Adapter\AdapterInterface $connection = null, ?\Magento\Framework\Model\ResourceModel\Db\AbstractDb $resource = null)
    {
        $this->___init();
        parent::__construct($entityFactory, $logger, $fetchStrategy, $eventManager, $connection, $resource);
    }

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