![]() |
TYPO3
7.6
|
Public Member Functions | |
checkForUpdate (&$description) | |
performUpdate (array &$databaseQueries, &$customMessages) | |
![]() | |
getTitle () | |
setTitle ($title) | |
getIdentifier () | |
setIdentifier ($identifier) | |
shouldRenderWizard () | |
shouldRenderNextButton () | |
checkIfTableExists ($table) | |
checkForUpdate (&$description) | |
performUpdate (array &$dbQueries, &$customMessages) | |
Protected Attributes | |
$title = 'Update backend user setting "startModule"' | |
![]() | |
$title | |
$identifier | |
Additional Inherited Members | |
![]() | |
$pObj | |
$userInput | |
$versionNumber | |
![]() | |
markWizardAsDone ($confValue=1) | |
isWizardDone () | |
getDatabaseConnection () | |
Update backend user setting startModule if set to "help_aboutmodules"
Definition at line 20 of file BackendUserStartModuleUpdate.php.
checkForUpdate | ( | & | $description | ) |
Checks if an update is needed
string | &$description | The description for the update |
Definition at line 33 of file BackendUserStartModuleUpdate.php.
References AbstractUpdate\getDatabaseConnection(), and AbstractUpdate\isWizardDone().
performUpdate | ( | array & | $databaseQueries, |
& | $customMessages | ||
) |
Performs the database update if backend user's startmodule is help_aboutmodules
array | &$databaseQueries | Queries done in this update |
mixed | &$customMessages | Custom messages |
Definition at line 52 of file BackendUserStartModuleUpdate.php.
References AbstractUpdate\getDatabaseConnection(), and AbstractUpdate\markWizardAsDone().
|
protected |
Definition at line 25 of file BackendUserStartModuleUpdate.php.