PHP Класс Smile\ElasticsuiteCatalog\Plugin\Indexer\AbstractIndexerPlugin

Автор: Romain Ruaud ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Magento\Framework\Indexer\IndexerRegistry $indexerRegistry, Full $fullIndexer ) ReindexProductsAfterSave constructor.

Защищенные методы

Метод Описание
processFullTextIndex ( mixed $ids ) Process full-text reindex for product ids

Описание методов

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

ReindexProductsAfterSave constructor.
public __construct ( Magento\Framework\Indexer\IndexerRegistry $indexerRegistry, Full $fullIndexer )
$indexerRegistry Magento\Framework\Indexer\IndexerRegistry The indexer registry
$fullIndexer Smile\ElasticsuiteCatalog\Model\ResourceModel\Product\Indexer\Fulltext\Action\Full The Full Indexer

processFullTextIndex() защищенный Метод

Process full-text reindex for product ids
protected processFullTextIndex ( mixed $ids )
$ids mixed The product ids to reindex