PHP 클래스 Smile\ElasticsuiteCatalog\Plugin\Indexer\Category\Save\ReindexProductsAfterSave

저자: Romain Ruaud ([email protected])
상속: extends Smile\ElasticsuiteCatalog\Plugin\Indexer\AbstractIndexerPlugin
파일 보기 프로젝트 열기: smile-sa/elasticsuite

공개 메소드들

메소드 설명
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