![]() |
TYPO3
7.6
|
Protected Member Functions | |
executeAction () | |
getUpdateObjectInstance ($className, $identifier) | |
getNextUpdateInstance (AbstractUpdate $currentUpdate) | |
getDatabaseConnection () | |
![]() | |
initializeHandle () | |
executeAction () | |
isDbalEnabled () | |
getContext () | |
loadExtLocalconfDatabaseAndExtTables () | |
getHashedPassword ($password) | |
Protected Attributes | |
$needsInitialUpdateDatabaseSchema = false | |
![]() | |
$objectManager = null | |
$view = null | |
$controller = '' | |
$action = '' | |
$token = '' | |
$postValues = array() | |
$lastError = array() | |
$messages = array() | |
Additional Inherited Members | |
![]() | |
injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManager $objectManager) | |
injectView (\TYPO3\CMS\Install\View\FailsafeView $view) | |
handle () | |
setToken ($token) | |
setController ($controller) | |
setAction ($action) | |
setPostValues (array $postValues) | |
setLastError (array $lastError) | |
setMessages (array $messages=array()) | |
Handle update wizards
Definition at line 25 of file UpgradeWizard.php.
|
protected |
Executes the tool
Definition at line 39 of file UpgradeWizard.php.
References $GLOBALS, elseif, UpgradeWizard\getUpdateObjectInstance(), and AbstractAction\loadExtLocalconfDatabaseAndExtTables().
|
protected |
Overwrite getDatabase method of abstract!
Returns $GLOBALS['TYPO3_DB'] directly, since this global is instantiated properly in update wizards
Definition at line 315 of file UpgradeWizard.php.
References $GLOBALS.
|
protected |
Returns the next Update object Used to show the link/button to the next Update
AbstractUpdate | $currentUpdate | Current Update object |
Definition at line 256 of file UpgradeWizard.php.
References $GLOBALS, AbstractUpdate\getIdentifier(), and UpgradeWizard\getUpdateObjectInstance().
|
protected |
Creates instance of an Update object
string | $className | The class name |
string | $identifier | The identifier of Update object - needed to fetch user input |
Definition at line 242 of file UpgradeWizard.php.
References VersionNumberUtility\convertVersionNumberToInteger(), and GeneralUtility\makeInstance().
Referenced by UpgradeWizard\executeAction(), and UpgradeWizard\getNextUpdateInstance().
|
protected |
Definition at line 32 of file UpgradeWizard.php.