PHP Класс Smile\ElasticsuiteCatalog\Plugin\Indexer\Category\Save\ReindexProductsAfterSave

Автор: Romain Ruaud ([email protected])
Наследование: extends Smile\ElasticsuiteCatalog\Plugin\Indexer\AbstractIndexerPlugin
Показать файл Открыть проект

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

Метод Описание
aroundReindex ( Magento\Catalog\Model\Category $subject, callable $proceed ) : Magento\Catalog\Model\Category Reindex category's products after reindexing the category

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

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

Reindex category's products after reindexing the category
public aroundReindex ( Magento\Catalog\Model\Category $subject, callable $proceed ) : Magento\Catalog\Model\Category
$subject Magento\Catalog\Model\Category The cateogry being reindexed
$proceed callable The parent function we are plugged on : Magento\Catalog\Model\Category::reindex()
Результат Magento\Catalog\Model\Category