![]() |
TYPO3
7.6
|
Public Member Functions | |
processRequest (ServerRequestInterface $request, ResponseInterface $response) | |
Protected Member Functions | |
routeAction ($ajaxID) | |
Protected Attributes | |
$ajaxObject = null | |
eID controller for ExtDirect
Definition at line 26 of file ExtDirectEidController.php.
processRequest | ( | ServerRequestInterface | $request, |
ResponseInterface | $response | ||
) |
Renders/Echoes the ajax output
ServerRequestInterface | $request | |
ResponseInterface | $response |
\InvalidArgumentException |
Definition at line 59 of file ExtDirectEidController.php.
References ServerRequestInterface\getParsedBody(), ServerRequestInterface\getQueryParams(), and ExtDirectEidController\routeAction().
|
protected |
Routes the given eID action to the related ExtDirect method with the necessary ajax object.
string | $ajaxID |
Definition at line 42 of file ExtDirectEidController.php.
References $GLOBALS, GeneralUtility\callUserFunction(), EidUtility\initLanguage(), and GeneralUtility\makeInstance().
Referenced by ExtDirectEidController\processRequest().
|
protected |
Definition at line 33 of file ExtDirectEidController.php.