![]() |
TYPO3
7.6
|
Public Member Functions | |
checkForUpdate (&$description) | |
performUpdate (array &$dbQueries, &$customMessages) | |
![]() | |
getTitle () | |
setTitle ($title) | |
getIdentifier () | |
setIdentifier ($identifier) | |
shouldRenderWizard () | |
shouldRenderNextButton () | |
checkIfTableExists ($table) | |
checkForUpdate (&$description) | |
performUpdate (array &$dbQueries, &$customMessages) | |
Protected Member Functions | |
getRecordsFromTable ($table) | |
getWhereClause () | |
![]() | |
markWizardAsDone ($confValue=1) | |
isWizardDone () | |
getDatabaseConnection () | |
Protected Attributes | |
$title = 'Set the "Files:replace" permission for all BE user/groups with "Files:write" set' | |
![]() | |
$title | |
$identifier | |
Additional Inherited Members | |
![]() | |
$pObj | |
$userInput | |
$versionNumber | |
Upgrade wizard which goes through all users and groups and set the "replaceFile" permission if "writeFile" is set
Definition at line 20 of file FilesReplacePermissionUpdate.php.
checkForUpdate | ( | & | $description | ) |
Checks whether updates are required.
string | &$description | The description for the update |
Definition at line 33 of file FilesReplacePermissionUpdate.php.
References AbstractUpdate\getDatabaseConnection(), FilesReplacePermissionUpdate\getWhereClause(), and AbstractUpdate\isWizardDone().
|
protected |
Retrieve every record which needs to be processed
string | $table |
Definition at line 106 of file FilesReplacePermissionUpdate.php.
References AbstractUpdate\getDatabaseConnection(), and FilesReplacePermissionUpdate\getWhereClause().
Referenced by FilesReplacePermissionUpdate\performUpdate().
|
protected |
Returns the where clause for database requests
Definition at line 118 of file FilesReplacePermissionUpdate.php.
Referenced by FilesReplacePermissionUpdate\checkForUpdate(), and FilesReplacePermissionUpdate\getRecordsFromTable().
performUpdate | ( | array & | $dbQueries, |
& | $customMessages | ||
) |
Performs the accordant updates.
array | &$dbQueries | Queries done in this update |
mixed | &$customMessages | Custom messages |
Definition at line 74 of file FilesReplacePermissionUpdate.php.
References AbstractUpdate\getDatabaseConnection(), FilesReplacePermissionUpdate\getRecordsFromTable(), and AbstractUpdate\markWizardAsDone().
|
protected |
Definition at line 25 of file FilesReplacePermissionUpdate.php.