PHP Класс Smile\ElasticsuiteThesaurus\Setup\InstallData

Автор: Romain Ruaud ([email protected])
Наследование: implements Magento\Framework\Setup\InstallDataInterface
Показать файл Открыть проект

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

Метод Описание
__construct ( Magento\Framework\Indexer\IndexerInterfaceFactory $indexerFactory ) Class Constructor
install ( Magento\Framework\Setup\ModuleDataSetupInterface $setup, Magento\Framework\Setup\ModuleContextInterface $context ) : void Installs module data.

Приватные методы

Метод Описание
getIndexer ( string $indexerId ) : Magento\Framework\Indexer\IndexerInterface Retrieve an indexer by its Id

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

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

Class Constructor
public __construct ( Magento\Framework\Indexer\IndexerInterfaceFactory $indexerFactory )
$indexerFactory Magento\Framework\Indexer\IndexerInterfaceFactory Indexer Factory.

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

Rebuild Thesaurus index.
public install ( Magento\Framework\Setup\ModuleDataSetupInterface $setup, Magento\Framework\Setup\ModuleContextInterface $context ) : void
$setup Magento\Framework\Setup\ModuleDataSetupInterface Setup Interface
$context Magento\Framework\Setup\ModuleContextInterface Module Context Interface
Результат void