PHP 클래스 Smile\ElasticsuiteCatalog\Setup\UpgradeSchema

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

공개 메소드들

메소드 설명
upgrade ( Magento\Framework\Setup\SchemaSetupInterface $setup, Magento\Framework\Setup\ModuleContextInterface $context ) : void Installs DB schema for a module

비공개 메소드들

메소드 설명
appendDecimalDisplayConfiguration ( Magento\Framework\Setup\SchemaSetupInterface $setup ) Append decimal display related columns to attribute table

메소드 상세

upgrade() 공개 메소드

Installs DB schema for a module
public upgrade ( Magento\Framework\Setup\SchemaSetupInterface $setup, Magento\Framework\Setup\ModuleContextInterface $context ) : void
$setup Magento\Framework\Setup\SchemaSetupInterface Setup
$context Magento\Framework\Setup\ModuleContextInterface Context
리턴 void