您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 年前
..
Declaration/Schema checkin 2 年前
Option checkin 2 年前
Patch checkin 2 年前
SampleData checkin 2 年前
SchemaListenerDefinition checkin 2 年前
SchemaListenerHandlers checkin 2 年前
Test/Unit checkin 2 年前
BackendFrontnameGenerator.php checkin 2 年前
BackupRollback.php checkin 2 年前
BackupRollbackFactory.php checkin 2 年前
ConfigOptionsListInterface.php checkin 2 年前
ConsoleLogger.php checkin 2 年前
DataCacheInterface.php checkin 2 年前
Exception.php checkin 2 年前
ExternalFKSetup.php checkin 2 年前
FilePermissions.php checkin 2 年前
InstallDataInterface.php checkin 2 年前
InstallSchemaInterface.php checkin 2 年前
JsonPersistor.php checkin 2 年前
Lists.php checkin 2 年前
LoggerInterface.php checkin 2 年前
ModuleContextInterface.php checkin 2 年前
ModuleDataSetupInterface.php checkin 2 年前
OldDbValidator.php checkin 2 年前
README.md checkin 2 年前
SchemaListener.php checkin 2 年前
SchemaPersistor.php checkin 2 年前
SchemaSetupInterface.php checkin 2 年前
SetupInterface.php checkin 2 年前
UninstallInterface.php checkin 2 年前
UpToDateValidatorInterface.php checkin 2 年前
UpgradeDataInterface.php checkin 2 年前
UpgradeSchemaInterface.php checkin 2 年前
XmlPersistor.php checkin 2 年前

README.md

Setup provides interfaces that should be used or implemented by Setup data and schema installs, upgrades and uninstalls.

Implement InstallSchemaInterface and/or UpgradeSchemaInterface for DB schema install and/or upgrade. Implement InstallDataInterface and/or UpgradeDataInterface for DB data install and/or upgrade. Implement UninstallInterface for handling data removal during module uninstall.

Setup application provides concrete implementation of a module context and setup DB/schema resources, so they can be used to determine current state of the module and get access to DB resource.