Smile\ElasticsuiteCatalog\Model\ResourceModel\Product\Indexer\Fulltext\Datasource\CategoryData::__construct PHP Method

__construct() public method

CategoryData constructor.
public __construct ( Magento\Framework\App\ResourceConnection $resource, Magento\Store\Model\StoreManagerInterface $storeManager, Magento\Framework\EntityManager\MetadataPool $metadataPool, Magento\Eav\Model\Config $eavConfig )
$resource Magento\Framework\App\ResourceConnection Connection Resource
$storeManager Magento\Store\Model\StoreManagerInterface The store manager
$metadataPool Magento\Framework\EntityManager\MetadataPool Metadata Pool
$eavConfig Magento\Eav\Model\Config EAV Configuration
    public function __construct(ResourceConnection $resource, StoreManagerInterface $storeManager, MetadataPool $metadataPool, Config $eavConfig)
    {
        $this->eavConfig = $eavConfig;
        parent::__construct($resource, $storeManager, $metadataPool);
    }