PHP 클래스 Smile\ElasticsuiteVirtualCategory\Setup\InstallSchema

저자: 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

메소드 상세

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