예제 #1
0
 /**
  * @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);
 }
예제 #2
0
파일: Category.php 프로젝트: aiesh/magento2
 /**
  * @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);
 }