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

저자: Romain Ruaud ([email protected])
파일 보기 프로젝트 열기: smile-sa/elasticsuite

공개 메소드들

메소드 설명
__construct ( Magento\Framework\Indexer\IndexerRegistry $indexerRegistry ) ReindexCategoryAfterSave constructor.
aroundReindex ( Magento\Catalog\Model\Category $subject, callable $proceed ) : Magento\Catalog\Model\Category Reindex category's data after into search engine after reindexing the category

메소드 상세

__construct() 공개 메소드

ReindexCategoryAfterSave constructor.
public __construct ( Magento\Framework\Indexer\IndexerRegistry $indexerRegistry )
$indexerRegistry Magento\Framework\Indexer\IndexerRegistry The indexer registry

aroundReindex() 공개 메소드

Reindex category's data after into search engine after reindexing the category
public aroundReindex ( Magento\Catalog\Model\Category $subject, callable $proceed ) : Magento\Catalog\Model\Category
$subject Magento\Catalog\Model\Category The category being reindexed
$proceed callable The parent function we are plugged on : Magento\Catalog\Model\Category::reindex()
리턴 Magento\Catalog\Model\Category