TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\Updates\AbstractDatabaseSchemaUpdate Class Reference
Inheritance diagram for TYPO3\CMS\Install\Updates\AbstractDatabaseSchemaUpdate:
TYPO3\CMS\Install\Updates\AbstractUpdate TYPO3\CMS\Install\Updates\FinalDatabaseSchemaUpdate TYPO3\CMS\Install\Updates\InitialDatabaseSchemaUpdate

Public Member Functions

 __construct ()
 
- Public Member Functions inherited from TYPO3\CMS\Install\Updates\AbstractUpdate
 getTitle ()
 
 setTitle ($title)
 
 getIdentifier ()
 
 setIdentifier ($identifier)
 
 shouldRenderWizard ()
 
 shouldRenderNextButton ()
 
 checkIfTableExists ($table)
 
 checkForUpdate (&$description)
 
 performUpdate (array &$dbQueries, &$customMessages)
 

Protected Member Functions

 getDatabaseDifferences ()
 
- Protected Member Functions inherited from TYPO3\CMS\Install\Updates\AbstractUpdate
 markWizardAsDone ($confValue=1)
 
 isWizardDone ()
 
 getDatabaseConnection ()
 

Protected Attributes

 $title
 
 $schemaMigrationService
 
 $expectedSchemaService
 
 $objectManager
 
- Protected Attributes inherited from TYPO3\CMS\Install\Updates\AbstractUpdate
 $title
 
 $identifier
 

Additional Inherited Members

- Public Attributes inherited from TYPO3\CMS\Install\Updates\AbstractUpdate
 $pObj
 
 $userInput
 
 $versionNumber
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Updates\AbstractDatabaseSchemaUpdate::__construct ( )

Constructor function.

Definition at line 45 of file AbstractDatabaseSchemaUpdate.php.

References TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Member Function Documentation

◆ getDatabaseDifferences()

Member Data Documentation

◆ $expectedSchemaService

TYPO3\CMS\Install\Updates\AbstractDatabaseSchemaUpdate::$expectedSchemaService
protected

Definition at line 35 of file AbstractDatabaseSchemaUpdate.php.

◆ $objectManager

TYPO3\CMS\Install\Updates\AbstractDatabaseSchemaUpdate::$objectManager
protected

Definition at line 40 of file AbstractDatabaseSchemaUpdate.php.

◆ $schemaMigrationService

TYPO3\CMS\Install\Updates\AbstractDatabaseSchemaUpdate::$schemaMigrationService
protected

Definition at line 30 of file AbstractDatabaseSchemaUpdate.php.

◆ $title

TYPO3\CMS\Install\Updates\AbstractDatabaseSchemaUpdate::$title
protected

Definition at line 25 of file AbstractDatabaseSchemaUpdate.php.