PHP 클래스 Smile\ElasticsuiteCatalog\Setup\InstallSchema

저자: Romain Ruaud ([email protected])
저자: Aurelien FOUCRET ([email protected])
상속: implements Magento\Framework\Setup\InstallSchemaInterface
파일 보기 프로젝트 열기: smile-sa/elasticsuite

공개 메소드들

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