![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
![]() | |
getTitle () | |
setTitle ($title) | |
getIdentifier () | |
setIdentifier ($identifier) | |
shouldRenderWizard () | |
shouldRenderNextButton () | |
checkIfTableExists ($table) | |
checkForUpdate (&$description) | |
performUpdate (array &$dbQueries, &$customMessages) | |
Protected Member Functions | |
getDatabaseDifferences () | |
![]() | |
markWizardAsDone ($confValue=1) | |
isWizardDone () | |
getDatabaseConnection () | |
Protected Attributes | |
$title | |
$schemaMigrationService | |
$expectedSchemaService | |
$objectManager | |
![]() | |
$title | |
$identifier | |
Additional Inherited Members | |
![]() | |
$pObj | |
$userInput | |
$versionNumber | |
Contains the update class to create and alter tables, fields and keys to comply to the database schema
Definition at line 20 of file AbstractDatabaseSchemaUpdate.php.
__construct | ( | ) |
Constructor function.
Definition at line 45 of file AbstractDatabaseSchemaUpdate.php.
|
protected |
Compare current and expected database schemas and return the database differences
Definition at line 57 of file AbstractDatabaseSchemaUpdate.php.
Referenced by FinalDatabaseSchemaUpdate\checkForUpdate(), InitialDatabaseSchemaUpdate\checkForUpdate(), InitialDatabaseSchemaUpdate\getUserInput(), FinalDatabaseSchemaUpdate\getUserInput(), FinalDatabaseSchemaUpdate\performUpdate(), and InitialDatabaseSchemaUpdate\performUpdate().
|
protected |
Definition at line 35 of file AbstractDatabaseSchemaUpdate.php.
|
protected |
Definition at line 40 of file AbstractDatabaseSchemaUpdate.php.
|
protected |
Definition at line 30 of file AbstractDatabaseSchemaUpdate.php.
|
protected |
Definition at line 25 of file AbstractDatabaseSchemaUpdate.php.