PHP Класс Smile\ElasticsuiteCatalog\Setup\InstallSchema

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

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

Метод Описание
install ( Magento\Framework\Setup\SchemaSetupInterface $setup, Magento\Framework\Setup\ModuleContextInterface $context ) : void Installs DB schema for the module

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

Метод Описание
addEavCatalogFields ( Magento\Framework\Setup\SchemaSetupInterface $setup ) : void Add custom fields to catalog_eav_attribute table.
addIsSpellcheckedToSearchQuery ( Magento\Framework\Setup\SchemaSetupInterface $setup ) : void Append is spellchecked to the search query report table.

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

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

Installs DB schema for the module
public install ( Magento\Framework\Setup\SchemaSetupInterface $setup, Magento\Framework\Setup\ModuleContextInterface $context ) : void
$setup Magento\Framework\Setup\SchemaSetupInterface The setup interface
$context Magento\Framework\Setup\ModuleContextInterface The module Context
Результат void