TYPO3  7.6
Public Member Functions | List of all members
AbstractAjaxAction Class Reference
Inheritance diagram for AbstractAjaxAction:
AbstractAction ActionInterface AbstractCoreUpdate ClearCache EnvironmentStatus ExtensionCompatibilityTester FolderStatus UninstallExtension CoreUpdateActivate CoreUpdateCheckPreConditions CoreUpdateDownload CoreUpdateIsUpdateAvailable CoreUpdateMove CoreUpdateUnpack CoreUpdateUpdateVersionMatrix CoreUpdateVerifyChecksum

Public Member Functions

 handle ()
 
- Public Member Functions inherited from 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())
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractAction
 initializeHandle ()
 
 executeAction ()
 
 isDbalEnabled ()
 
 getContext ()
 
 loadExtLocalconfDatabaseAndExtTables ()
 
 getHashedPassword ($password)
 
- Protected Attributes inherited from AbstractAction
 $objectManager = null
 
 $view = null
 
 $controller = ''
 
 $action = ''
 
 $token = ''
 
 $postValues = array()
 
 $lastError = array()
 
 $messages = array()
 

Detailed Description

General purpose AJAX controller action helper methods and bootstrap

Definition at line 20 of file AbstractAjaxAction.php.

Member Function Documentation

handle ( )

Handles the action

Returns
string Rendered content

Implements ActionInterface.

Definition at line 27 of file AbstractAjaxAction.php.

References AbstractAction\executeAction(), and AbstractAction\initializeHandle().