Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin há 2 anos
..
Declaration/Schema checkin há 2 anos
Option checkin há 2 anos
Patch checkin há 2 anos
SampleData checkin há 2 anos
SchemaListenerDefinition checkin há 2 anos
SchemaListenerHandlers checkin há 2 anos
Test/Unit checkin há 2 anos
BackendFrontnameGenerator.php checkin há 2 anos
BackupRollback.php checkin há 2 anos
BackupRollbackFactory.php checkin há 2 anos
ConfigOptionsListInterface.php checkin há 2 anos
ConsoleLogger.php checkin há 2 anos
DataCacheInterface.php checkin há 2 anos
Exception.php checkin há 2 anos
ExternalFKSetup.php checkin há 2 anos
FilePermissions.php checkin há 2 anos
InstallDataInterface.php checkin há 2 anos
InstallSchemaInterface.php checkin há 2 anos
JsonPersistor.php checkin há 2 anos
Lists.php checkin há 2 anos
LoggerInterface.php checkin há 2 anos
ModuleContextInterface.php checkin há 2 anos
ModuleDataSetupInterface.php checkin há 2 anos
OldDbValidator.php checkin há 2 anos
README.md checkin há 2 anos
SchemaListener.php checkin há 2 anos
SchemaPersistor.php checkin há 2 anos
SchemaSetupInterface.php checkin há 2 anos
SetupInterface.php checkin há 2 anos
UninstallInterface.php checkin há 2 anos
UpToDateValidatorInterface.php checkin há 2 anos
UpgradeDataInterface.php checkin há 2 anos
UpgradeSchemaInterface.php checkin há 2 anos
XmlPersistor.php checkin há 2 anos

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.