Smile\ElasticsuiteCatalog\Model\ResourceModel\Product\Fulltext\Collection::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Magento\Framework\Data\Collection\EntityFactory $entityFactory, Psr\Log\LoggerInterface $logger, Magento\Framework\Data\Collection\Db\FetchStrategyInterface $fetchStrategy, Magento\Framework\Event\ManagerInterface $eventManager, Magento\Eav\Model\Config $eavConfig, Magento\Framework\App\ResourceConnection $resource, Magento\Eav\Model\EntityFactory $eavEntityFactory, Magento\Catalog\Model\ResourceModel\Helper $resourceHelper, Magento\Framework\Validator\UniversalFactory $universalFactory, Magento\Store\Model\StoreManagerInterface $storeManager, Magento\Framework\Module\Manager $moduleManager, Magento\Catalog\Model\Indexer\Product\Flat\State $catalogProductFlatState, Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig, Magento\Catalog\Model\Product\OptionFactory $productOptionFactory, Magento\Catalog\Model\ResourceModel\Url $catalogUrl, Magento\Framework\Stdlib\DateTime\TimezoneInterface $localeDate, Magento\Customer\Model\Session $customerSession, Magento\Framework\Stdlib\DateTime $dateTime, Magento\Customer\Api\GroupManagementInterface $groupManagement, Smile\ElasticsuiteCore\Search\Request\Builder $requestBuilder, Magento\Search\Model\SearchEngine $searchEngine, Magento\Framework\DB\Adapter\AdapterInterface $connection = null, string $searchRequestName = 'catalog_view_container' )
$entityFactory Magento\Framework\Data\Collection\EntityFactory Collection entity factory
$logger Psr\Log\LoggerInterface Logger.
$fetchStrategy Magento\Framework\Data\Collection\Db\FetchStrategyInterface Db Fetch strategy.
$eventManager Magento\Framework\Event\ManagerInterface Event manager.
$eavConfig Magento\Eav\Model\Config EAV configuration.
$resource Magento\Framework\App\ResourceConnection DB connection.
$eavEntityFactory Magento\Eav\Model\EntityFactory Entity factory.
$resourceHelper Magento\Catalog\Model\ResourceModel\Helper Resource helper.
$universalFactory Magento\Framework\Validator\UniversalFactory Standard factory.
$storeManager Magento\Store\Model\StoreManagerInterface Store manager.
$moduleManager Magento\Framework\Module\Manager Module manager.
$catalogProductFlatState Magento\Catalog\Model\Indexer\Product\Flat\State Flat index state.
$scopeConfig Magento\Framework\App\Config\ScopeConfigInterface Store configuration.
$productOptionFactory Magento\Catalog\Model\Product\OptionFactory Product options factory.
$catalogUrl Magento\Catalog\Model\ResourceModel\Url Catalog URL resource model.
$localeDate Magento\Framework\Stdlib\DateTime\TimezoneInterface Timezone helper.
$customerSession Magento\Customer\Model\Session Customer session.
$dateTime Magento\Framework\Stdlib\DateTime Datetime helper.
$groupManagement Magento\Customer\Api\GroupManagementInterface Customer group manager.
$requestBuilder Smile\ElasticsuiteCore\Search\Request\Builder Search request builder.
$searchEngine Magento\Search\Model\SearchEngine Search engine
$connection Magento\Framework\DB\Adapter\AdapterInterface Db Connection.
$searchRequestName string Search request name.
    public function __construct(\Magento\Framework\Data\Collection\EntityFactory $entityFactory, \Psr\Log\LoggerInterface $logger, \Magento\Framework\Data\Collection\Db\FetchStrategyInterface $fetchStrategy, \Magento\Framework\Event\ManagerInterface $eventManager, \Magento\Eav\Model\Config $eavConfig, \Magento\Framework\App\ResourceConnection $resource, \Magento\Eav\Model\EntityFactory $eavEntityFactory, \Magento\Catalog\Model\ResourceModel\Helper $resourceHelper, \Magento\Framework\Validator\UniversalFactory $universalFactory, \Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Framework\Module\Manager $moduleManager, \Magento\Catalog\Model\Indexer\Product\Flat\State $catalogProductFlatState, \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig, \Magento\Catalog\Model\Product\OptionFactory $productOptionFactory, \Magento\Catalog\Model\ResourceModel\Url $catalogUrl, \Magento\Framework\Stdlib\DateTime\TimezoneInterface $localeDate, \Magento\Customer\Model\Session $customerSession, \Magento\Framework\Stdlib\DateTime $dateTime, \Magento\Customer\Api\GroupManagementInterface $groupManagement, \Smile\ElasticsuiteCore\Search\Request\Builder $requestBuilder, \Magento\Search\Model\SearchEngine $searchEngine, \Magento\Framework\DB\Adapter\AdapterInterface $connection = null, $searchRequestName = 'catalog_view_container')
    {
        parent::__construct($entityFactory, $logger, $fetchStrategy, $eventManager, $eavConfig, $resource, $eavEntityFactory, $resourceHelper, $universalFactory, $storeManager, $moduleManager, $catalogProductFlatState, $scopeConfig, $productOptionFactory, $catalogUrl, $localeDate, $customerSession, $dateTime, $groupManagement, $connection);
        $this->requestBuilder = $requestBuilder;
        $this->searchEngine = $searchEngine;
        $this->searchRequestName = $searchRequestName;
    }