TYPO3  7.6
Protected Attributes | List of all members
AccessRightParametersUpdate Class Reference
Inheritance diagram for AccessRightParametersUpdate:
AbstractUpdate

Protected Attributes

 $title = 'Move access right parameters configuration to "SYS" section'
 
 $movedAccessRightConfigurationSettings
 
- Protected Attributes inherited from AbstractUpdate
 $title
 
 $identifier
 

Additional Inherited Members

- Public Member Functions inherited from AbstractUpdate
 getTitle ()
 
 setTitle ($title)
 
 getIdentifier ()
 
 setIdentifier ($identifier)
 
 shouldRenderWizard ()
 
 shouldRenderNextButton ()
 
 checkIfTableExists ($table)
 
 checkForUpdate (&$description)
 
 performUpdate (array &$dbQueries, &$customMessages)
 
- Public Attributes inherited from AbstractUpdate
 $pObj
 
 $userInput
 
 $versionNumber
 
- Protected Member Functions inherited from AbstractUpdate
 markWizardAsDone ($confValue=1)
 
 isWizardDone ()
 
 getDatabaseConnection ()
 

Detailed Description

Move access right parameters from "BE" to "SYS" configuration section

Definition at line 23 of file AccessRightParametersUpdate.php.

Member Data Documentation

$movedAccessRightConfigurationSettings
protected
Initial value:
= [
'BE/fileCreateMask' => 'SYS/fileCreateMask'

Definition at line 33 of file AccessRightParametersUpdate.php.

$title = 'Move access right parameters configuration to "SYS" section'
protected

Definition at line 28 of file AccessRightParametersUpdate.php.