Your IP : 216.73.216.220


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

<?php
namespace Magento\Customer\Model\ResourceModel\Grid\Collection;

/**
 * Interceptor class for @see \Magento\Customer\Model\ResourceModel\Grid\Collection
 */
class Interceptor extends \Magento\Customer\Model\ResourceModel\Grid\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\Locale\ResolverInterface $localeResolver, $mainTable = 'customer_grid_flat', $resourceModel = 'Magento\\Customer\\Model\\ResourceModel\\Customer')
    {
        $this->___init();
        parent::__construct($entityFactory, $logger, $fetchStrategy, $eventManager, $localeResolver, $mainTable, $resourceModel);
    }

    /**
     * {@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);
    }
}