Smile\ElasticsuiteCatalog\Model\Category\Indexer\Fulltext::__construct PHP Метод

__construct() публичный Метод

public __construct ( Full $fullAction, Magento\Framework\Indexer\SaveHandler\IndexerInterface $indexerHandler, Magento\Store\Model\StoreManagerInterface $storeManager, Magento\Framework\Search\Request\DimensionFactory $dimensionFactory, array $data )
$fullAction Smile\ElasticsuiteCatalog\Model\Category\Indexer\Fulltext\Action\Full The full index action
$indexerHandler Magento\Framework\Indexer\SaveHandler\IndexerInterface The index handler
$storeManager Magento\Store\Model\StoreManagerInterface The Store Manager
$dimensionFactory Magento\Framework\Search\Request\DimensionFactory The dimension factory
$data array The data
    public function __construct(Full $fullAction, IndexerInterface $indexerHandler, StoreManagerInterface $storeManager, DimensionFactory $dimensionFactory, array $data)
    {
        $this->fullAction = $fullAction;
        $this->indexerHandler = $indexerHandler;
        $this->storeManager = $storeManager;
        $this->dimensionFactory = $dimensionFactory;
        $this->data = $data;
    }