longyi c9405dd336 vendor 5 лет назад
..
Declaration c9405dd336 vendor 5 лет назад
Option c9405dd336 vendor 5 лет назад
Patch c9405dd336 vendor 5 лет назад
SampleData c9405dd336 vendor 5 лет назад
SchemaListenerDefinition c9405dd336 vendor 5 лет назад
SchemaListenerHandlers c9405dd336 vendor 5 лет назад
Test c9405dd336 vendor 5 лет назад
BackendFrontnameGenerator.php c9405dd336 vendor 5 лет назад
BackupRollback.php c9405dd336 vendor 5 лет назад
BackupRollbackFactory.php c9405dd336 vendor 5 лет назад
ConfigOptionsListInterface.php c9405dd336 vendor 5 лет назад
ConsoleLogger.php c9405dd336 vendor 5 лет назад
DataCacheInterface.php c9405dd336 vendor 5 лет назад
Exception.php c9405dd336 vendor 5 лет назад
ExternalFKSetup.php c9405dd336 vendor 5 лет назад
FilePermissions.php c9405dd336 vendor 5 лет назад
InstallDataInterface.php c9405dd336 vendor 5 лет назад
InstallSchemaInterface.php c9405dd336 vendor 5 лет назад
JsonPersistor.php c9405dd336 vendor 5 лет назад
Lists.php c9405dd336 vendor 5 лет назад
LoggerInterface.php c9405dd336 vendor 5 лет назад
ModuleContextInterface.php c9405dd336 vendor 5 лет назад
ModuleDataSetupInterface.php c9405dd336 vendor 5 лет назад
OldDbValidator.php c9405dd336 vendor 5 лет назад
README.md c9405dd336 vendor 5 лет назад
SchemaListener.php c9405dd336 vendor 5 лет назад
SchemaPersistor.php c9405dd336 vendor 5 лет назад
SchemaSetupInterface.php c9405dd336 vendor 5 лет назад
SetupInterface.php c9405dd336 vendor 5 лет назад
UninstallInterface.php c9405dd336 vendor 5 лет назад
UpToDateValidatorInterface.php c9405dd336 vendor 5 лет назад
UpgradeDataInterface.php c9405dd336 vendor 5 лет назад
UpgradeSchemaInterface.php c9405dd336 vendor 5 лет назад
XmlPersistor.php c9405dd336 vendor 5 лет назад

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.