TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\Updates\ExtensionManagerTables Class Reference
Inheritance diagram for TYPO3\CMS\Install\Updates\ExtensionManagerTables:
TYPO3\CMS\Install\Updates\AbstractUpdate

Public Member Functions

 checkForUpdate (&$description)
 
 performUpdate (array &$dbQueries, &$customMessages)
 
- 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

 getInstallToolSqlParser ()
 
 getUpdateStatements ()
 
 hasError (&$customMessages)
 
- Protected Member Functions inherited from TYPO3\CMS\Install\Updates\AbstractUpdate
 markWizardAsDone ($confValue=1)
 
 isWizardDone ()
 
 getDatabaseConnection ()
 

Protected Attributes

 $title = 'Add the default Extension Manager database tables'
 
 $installToolSqlParser = null
 
- 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 for filling the basic repository record of the extension manager

Definition at line 23 of file ExtensionManagerTables.php.

Member Function Documentation

◆ checkForUpdate()

TYPO3\CMS\Install\Updates\ExtensionManagerTables::checkForUpdate ( $description)

Checks if an update is needed

Parameters
string&$descriptionThe description for the update
Returns
bool Whether an update is needed (TRUE) or not (FALSE)

Definition at line 75 of file ExtensionManagerTables.php.

References TYPO3\CMS\Install\Updates\AbstractUpdate\getDatabaseConnection(), and TYPO3\CMS\Install\Updates\ExtensionManagerTables\getUpdateStatements().

◆ getInstallToolSqlParser()

◆ getUpdateStatements()

TYPO3\CMS\Install\Updates\ExtensionManagerTables::getUpdateStatements ( )
protected

◆ hasError()

TYPO3\CMS\Install\Updates\ExtensionManagerTables::hasError ( $customMessages)
protected
Parameters
mixed&$customMessagesCustom messages
Returns
bool

Definition at line 100 of file ExtensionManagerTables.php.

References TYPO3\CMS\Install\Updates\AbstractUpdate\getDatabaseConnection().

Referenced by TYPO3\CMS\Install\Updates\ExtensionManagerTables\performUpdate().

◆ performUpdate()

TYPO3\CMS\Install\Updates\ExtensionManagerTables::performUpdate ( array &  $dbQueries,
$customMessages 
)

Member Data Documentation

◆ $installToolSqlParser

TYPO3\CMS\Install\Updates\ExtensionManagerTables::$installToolSqlParser = null
protected

◆ $title

TYPO3\CMS\Install\Updates\ExtensionManagerTables::$title = 'Add the default Extension Manager database tables'
protected

Definition at line 29 of file ExtensionManagerTables.php.