TYPO3 CMS  TYPO3_7-6
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

Public Member Functions

 injectView (\TYPO3\CMS\Install\View\FailsafeView $view)
 
 injectJsonView (\TYPO3\CMS\Install\View\JsonView $view)
 
 injectCoreUpdateService (\TYPO3\CMS\Install\Service\CoreUpdateService $coreUpdateService)
 
 injectStatusUtility (\TYPO3\CMS\Install\Status\StatusUtility $statusUtility)
 
 injectCoreVersionService (\TYPO3\CMS\Install\Service\CoreVersionService $coreVersionService)
 
- 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=[])
 

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 = []
 
 $lastError = []
 
 $messages = []
 

Detailed Description

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 110 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 92 of file AbstractCoreUpdate.php.

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

◆ injectCoreUpdateService()

TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate::injectCoreUpdateService ( \TYPO3\CMS\Install\Service\CoreUpdateService  $coreUpdateService)
Parameters
\TYPO3\CMS\Install\Service\CoreUpdateService$coreUpdateService

Definition at line 65 of file AbstractCoreUpdate.php.

References TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate\$coreUpdateService.

◆ injectCoreVersionService()

TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate::injectCoreVersionService ( \TYPO3\CMS\Install\Service\CoreVersionService  $coreVersionService)
Parameters
\TYPO3\CMS\Install\Service\CoreVersionService$coreVersionService

Definition at line 81 of file AbstractCoreUpdate.php.

References TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate\$coreVersionService.

◆ injectJsonView()

TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate::injectJsonView ( \TYPO3\CMS\Install\View\JsonView  $view)
Parameters
\TYPO3\CMS\Install\View\JsonView$view

Definition at line 57 of file AbstractCoreUpdate.php.

References TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate\$view.

◆ injectStatusUtility()

TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate::injectStatusUtility ( \TYPO3\CMS\Install\Status\StatusUtility  $statusUtility)
Parameters
\TYPO3\CMS\Install\Status\StatusUtility$statusUtility

Definition at line 73 of file AbstractCoreUpdate.php.

References TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate\$statusUtility.

◆ injectView()

TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate::injectView ( \TYPO3\CMS\Install\View\FailsafeView  $view)
Parameters
\TYPO3\CMS\Install\View\FailsafeView$view

Definition at line 46 of file AbstractCoreUpdate.php.

Member Data Documentation

◆ $coreUpdateService

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

◆ $coreVersionService

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

◆ $statusUtility

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

◆ $view

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