Example #1
0
 public function __construct(\Magento\Catalog\Model\Indexer\Category\Flat\Action\FullFactory $fullActionFactory, \Magento\Catalog\Model\Indexer\Category\Flat\Action\RowsFactory $rowsActionFactory, \Magento\Framework\Indexer\IndexerRegistry $indexerRegistry)
 {
     $this->___init();
     parent::__construct($fullActionFactory, $rowsActionFactory, $indexerRegistry);
 }