TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
AbstractDatabaseSchemaUpdate Class Reference
Inheritance diagram for AbstractDatabaseSchemaUpdate:
AbstractUpdate FinalDatabaseSchemaUpdate InitialDatabaseSchemaUpdate

Public Member Functions

 __construct ()
 
- Public Member Functions inherited from 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 AbstractUpdate
 markWizardAsDone ($confValue=1)
 
 isWizardDone ()
 
 getDatabaseConnection ()
 

Protected Attributes

 $title
 
 $schemaMigrationService
 
 $expectedSchemaService
 
 $objectManager
 
- Protected Attributes inherited from AbstractUpdate
 $title
 
 $identifier
 

Additional Inherited Members

- Public Attributes inherited from 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 ( )

Constructor function.

Definition at line 45 of file AbstractDatabaseSchemaUpdate.php.

Member Function Documentation

getDatabaseDifferences ( )
protected

Member Data Documentation

$expectedSchemaService
protected

Definition at line 35 of file AbstractDatabaseSchemaUpdate.php.

$objectManager
protected

Definition at line 40 of file AbstractDatabaseSchemaUpdate.php.

$schemaMigrationService
protected

Definition at line 30 of file AbstractDatabaseSchemaUpdate.php.

$title
protected

Definition at line 25 of file AbstractDatabaseSchemaUpdate.php.