TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate Class Reference
Inheritance diagram for TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate:
TYPO3\CMS\Install\Controller\Action\Ajax\AbstractAjaxAction TYPO3\CMS\Install\Controller\Action\AbstractAction TYPO3\CMS\Install\Controller\Action\ActionInterface TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateActivate TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateCheckPreConditions TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateDownload TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateIsUpdateAvailable TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateMove TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateUnpack TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateUpdateVersionMatrix TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateVerifyChecksum

Protected Member Functions

 initializeHandle ()
 
 getVersionToHandle ()
 
- Protected Member Functions inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 initializeHandle ()
 
 executeAction ()
 
 isDbalEnabled ()
 
 getContext ()
 
 loadExtLocalconfDatabaseAndExtTables ()
 
 getHashedPassword ($password)
 

Protected Attributes

 $view = NULL
 
 $coreUpdateService
 
 $statusUtility
 
 $coreVersionService
 
- Protected Attributes inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 $objectManager = NULL
 
 $view = NULL
 
 $controller = ''
 
 $action = ''
 
 $token = ''
 
 $postValues = array()
 
 $lastError = array()
 
 $messages = array()
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Install\Controller\Action\Ajax\AbstractAjaxAction
 handle ()
 
- Public Member Functions inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 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())
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Abstract core update class contains general core update related methods

Definition at line 21 of file AbstractCoreUpdate.php.

Member Function Documentation

◆ getVersionToHandle()

TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate::getVersionToHandle ( )
protected

Find out which version upgrade should be handled. This may be different depending on whether development or regular release.

Exceptions

Definition at line 70 of file AbstractCoreUpdate.php.

References TYPO3\CMS\Core\Utility\GeneralUtility\_GET().

◆ initializeHandle()

TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate::initializeHandle ( )
protected

Initialize the handle action, sets up fluid stuff and assigns default variables.

Returns
void
Exceptions

Definition at line 53 of file AbstractCoreUpdate.php.

References TYPO3\CMS\Install\Controller\Action\AbstractAction\loadExtLocalconfDatabaseAndExtTables().

Member Data Documentation

◆ $coreUpdateService

TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate::$coreUpdateService
protected

Definition at line 33 of file AbstractCoreUpdate.php.

◆ $coreVersionService

TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate::$coreVersionService
protected

Definition at line 45 of file AbstractCoreUpdate.php.

◆ $statusUtility

TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate::$statusUtility
protected

Definition at line 39 of file AbstractCoreUpdate.php.

◆ $view

TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate::$view = NULL
protected

Definition at line 27 of file AbstractCoreUpdate.php.