![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
dispatch (ServerRequestInterface $request, ResponseInterface $response) | |
Protected Member Functions | |
setDataInSession ($identifier, $data) | |
getBackendUser () | |
getLanguageService () | |
Protected Attributes | |
$conf = array() | |
Controller class for the 'recycler' extension. Handles the AJAX Requests
Definition at line 29 of file RecyclerAjaxController.php.
__construct | ( | ) |
The constructor of this class
Definition at line 41 of file RecyclerAjaxController.php.
References GeneralUtility\_GP().
dispatch | ( | ServerRequestInterface | $request, |
ResponseInterface | $response | ||
) |
The main dispatcher function. Collect data and prepare HTML output.
ServerRequestInterface | $request | |
ResponseInterface | $response |
Definition at line 62 of file RecyclerAjaxController.php.
References $response, ExtensionManagementUtility\extPath(), RecyclerAjaxController\getBackendUser(), MessageInterface\getBody(), GeneralUtility\makeInstance(), RecyclerAjaxController\setDataInSession(), and LocalizationUtility\translate().
|
protected |
Returns the BackendUser
Definition at line 170 of file RecyclerAjaxController.php.
References $GLOBALS.
Referenced by RecyclerAjaxController\dispatch(), and RecyclerAjaxController\setDataInSession().
|
protected |
|
protected |
Sets data in the session of the current backend user.
string | $identifier | The identifier to be used to set the data |
string | $data | The data to be stored in the session |
Definition at line 158 of file RecyclerAjaxController.php.
References RecyclerAjaxController\getBackendUser().
Referenced by RecyclerAjaxController\dispatch().
|
protected |
Definition at line 36 of file RecyclerAjaxController.php.