TYPO3 CMS  TYPO3_6-2
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

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Contains the update class to create and alter tables, fields and keys to comply to the database schema

Author
Stephan Großberndt steph.nosp@m.an@g.nosp@m.rossb.nosp@m.ernd.nosp@m.t.de

Definition at line 22 of file AbstractDatabaseSchemaUpdate.php.

Constructor & Destructor Documentation

◆ __construct()

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

Constructor function.

Definition at line 47 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 37 of file AbstractDatabaseSchemaUpdate.php.

◆ $objectManager

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

Definition at line 42 of file AbstractDatabaseSchemaUpdate.php.

◆ $schemaMigrationService

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

Definition at line 32 of file AbstractDatabaseSchemaUpdate.php.

◆ $title

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

Definition at line 27 of file AbstractDatabaseSchemaUpdate.php.