Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 lat temu
..
Declaration/Schema checkin 2 lat temu
Option checkin 2 lat temu
Patch checkin 2 lat temu
SampleData checkin 2 lat temu
SchemaListenerDefinition checkin 2 lat temu
SchemaListenerHandlers checkin 2 lat temu
Test/Unit checkin 2 lat temu
BackendFrontnameGenerator.php checkin 2 lat temu
BackupRollback.php checkin 2 lat temu
BackupRollbackFactory.php checkin 2 lat temu
ConfigOptionsListInterface.php checkin 2 lat temu
ConsoleLogger.php checkin 2 lat temu
DataCacheInterface.php checkin 2 lat temu
Exception.php checkin 2 lat temu
ExternalFKSetup.php checkin 2 lat temu
FilePermissions.php checkin 2 lat temu
InstallDataInterface.php checkin 2 lat temu
InstallSchemaInterface.php checkin 2 lat temu
JsonPersistor.php checkin 2 lat temu
Lists.php checkin 2 lat temu
LoggerInterface.php checkin 2 lat temu
ModuleContextInterface.php checkin 2 lat temu
ModuleDataSetupInterface.php checkin 2 lat temu
OldDbValidator.php checkin 2 lat temu
README.md checkin 2 lat temu
SchemaListener.php checkin 2 lat temu
SchemaPersistor.php checkin 2 lat temu
SchemaSetupInterface.php checkin 2 lat temu
SetupInterface.php checkin 2 lat temu
UninstallInterface.php checkin 2 lat temu
UpToDateValidatorInterface.php checkin 2 lat temu
UpgradeDataInterface.php checkin 2 lat temu
UpgradeSchemaInterface.php checkin 2 lat temu
XmlPersistor.php checkin 2 lat temu

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.