TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Recycler\Controller\RecyclerAjaxController Class Reference

Public Member Functions

 __construct ()
 
 dispatch (ServerRequestInterface $request, ResponseInterface $response)
 

Protected Member Functions

 setDataInSession ($identifier, $data)
 
 getBackendUser ()
 
 getLanguageService ()
 

Protected Attributes

 $conf = []
 

Detailed Description

Controller class for the 'recycler' extension. Handles the AJAX Requests

Definition at line 29 of file RecyclerAjaxController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::__construct ( )

The constructor of this class

Definition at line 41 of file RecyclerAjaxController.php.

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

Member Function Documentation

◆ dispatch()

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::dispatch ( ServerRequestInterface  $request,
ResponseInterface  $response 
)

◆ getBackendUser()

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::getBackendUser ( )
protected

◆ getLanguageService()

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::getLanguageService ( )
protected
Returns

Definition at line 178 of file RecyclerAjaxController.php.

References $GLOBALS.

◆ setDataInSession()

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::setDataInSession (   $identifier,
  $data 
)
protected

Sets data in the session of the current backend user.

Parameters
string$identifierThe identifier to be used to set the data
string$dataThe data to be stored in the session
Returns
void

Definition at line 158 of file RecyclerAjaxController.php.

References TYPO3\CMS\Recycler\Controller\RecyclerAjaxController\getBackendUser().

Referenced by TYPO3\CMS\Recycler\Controller\RecyclerAjaxController\dispatch().

Member Data Documentation

◆ $conf

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::$conf = []
protected

Definition at line 36 of file RecyclerAjaxController.php.