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

Protected Attributes

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

Additional Inherited Members

- 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)
 
- Public Attributes inherited from TYPO3\CMS\Install\Updates\AbstractUpdate
 $pObj
 
 $userInput
 
 $versionNumber
 
- Protected Member Functions inherited from TYPO3\CMS\Install\Updates\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

TYPO3\CMS\Install\Updates\AccessRightParametersUpdate::$movedAccessRightConfigurationSettings
protected
Initial value:
= [
'BE/fileCreateMask' => 'SYS/fileCreateMask'

Definition at line 33 of file AccessRightParametersUpdate.php.

◆ $title

TYPO3\CMS\Install\Updates\AccessRightParametersUpdate::$title = 'Move access right parameters configuration to "SYS" section'
protected

Definition at line 28 of file AccessRightParametersUpdate.php.