/**
  * @param \Magento\Catalog\Model\Indexer\Category\Product\Action\FullFactory $fullActionFactory
  * @param Category\Action\RowsFactory $rowsActionFactory
  * @param \Magento\Framework\Indexer\IndexerRegistry $indexerRegistry
  */
 public function __construct(\Magento\Catalog\Model\Indexer\Category\Product\Action\FullFactory $fullActionFactory, Category\Action\RowsFactory $rowsActionFactory, \Magento\Framework\Indexer\IndexerRegistry $indexerRegistry)
 {
     parent::__construct($fullActionFactory, $rowsActionFactory, $indexerRegistry);
 }
Beispiel #2
0
 /**
  * @param \Magento\Catalog\Model\Indexer\Category\Product\Action\FullFactory $fullActionFactory
  * @param Category\Action\RowsFactory $rowsActionFactory
  * @param \Magento\Indexer\Model\IndexerInterface $indexer
  */
 public function __construct(\Magento\Catalog\Model\Indexer\Category\Product\Action\FullFactory $fullActionFactory, Category\Action\RowsFactory $rowsActionFactory, \Magento\Indexer\Model\IndexerInterface $indexer)
 {
     parent::__construct($fullActionFactory, $rowsActionFactory, $indexer);
 }