TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Frontend\Controller\ExtDirectEidController Class Reference

Public Member Functions

 processRequest (ServerRequestInterface $request, ResponseInterface $response)
 

Protected Member Functions

 routeAction ($ajaxID)
 

Protected Attributes

 $ajaxObject = null
 

Detailed Description

eID controller for ExtDirect

Definition at line 26 of file ExtDirectEidController.php.

Member Function Documentation

◆ processRequest()

TYPO3\CMS\Frontend\Controller\ExtDirectEidController::processRequest ( ServerRequestInterface  $request,
ResponseInterface  $response 
)

Renders/Echoes the ajax output

Parameters
ServerRequestInterface$request
ResponseInterface$response
Returns
ResponseInterface|NULL
Exceptions

Definition at line 59 of file ExtDirectEidController.php.

References TYPO3\CMS\Frontend\Controller\ExtDirectEidController\routeAction().

◆ routeAction()

TYPO3\CMS\Frontend\Controller\ExtDirectEidController::routeAction (   $ajaxID)
protected

Routes the given eID action to the related ExtDirect method with the necessary ajax object.

Parameters
string$ajaxID
Returns
void

Definition at line 42 of file ExtDirectEidController.php.

References $GLOBALS, TYPO3\CMS\Core\Utility\GeneralUtility\callUserFunction(), TYPO3\CMS\Frontend\Utility\EidUtility\initLanguage(), and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Referenced by TYPO3\CMS\Frontend\Controller\ExtDirectEidController\processRequest().

Member Data Documentation

◆ $ajaxObject

TYPO3\CMS\Frontend\Controller\ExtDirectEidController::$ajaxObject = null
protected

Definition at line 33 of file ExtDirectEidController.php.