![]() |
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 = '[Optional] Update sys_file_processedfile records to match new checksum calculation.' | |
![]() | |
$title | |
$identifier | |
Additional Inherited Members | |
![]() | |
$pObj | |
$userInput | |
$versionNumber | |
![]() | |
markWizardAsDone ($confValue=1) | |
isWizardDone () | |
getDatabaseConnection () | |
Updates the checksum of sys_file_processedfile records to avoid regeneration of the thumbnails
Definition at line 24 of file ProcessedFileChecksumUpdate.php.
checkForUpdate | ( | & | $description | ) |
Checks if an update is needed
string | &$description | The description for the update |
Definition at line 37 of file ProcessedFileChecksumUpdate.php.
References AbstractUpdate\getDatabaseConnection(), and AbstractUpdate\isWizardDone().
performUpdate | ( | array & | $databaseQueries, |
& | $customMessages | ||
) |
Performs the update
array | &$databaseQueries | Queries done in this update |
mixed | &$customMessages | Custom messages |
Definition at line 64 of file ProcessedFileChecksumUpdate.php.
References AbstractUpdate\getDatabaseConnection(), GeneralUtility\makeInstance(), and AbstractUpdate\markWizardAsDone().
|
protected |
Definition at line 29 of file ProcessedFileChecksumUpdate.php.