![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct (Bootstrap $bootstrap) | |
handleRequest (ServerRequestInterface $request) | |
canHandleRequest (ServerRequestInterface $request) | |
getPriority () | |
![]() | |
handleRequest (\Psr\Http\Message\ServerRequestInterface $request) | |
canHandleRequest (\Psr\Http\Message\ServerRequestInterface $request) | |
Protected Attributes | |
$bootstrap | |
Lightweight alternative to the regular RequestHandler used when $_GET[eID] is set. In the future, logic from the EidUtility will be moved to this class.
Definition at line 31 of file EidRequestHandler.php.
__construct | ( | Bootstrap | $bootstrap | ) |
Constructor handing over the bootstrap and the original request
Bootstrap | $bootstrap |
Definition at line 44 of file EidRequestHandler.php.
References EidRequestHandler\$bootstrap.
canHandleRequest | ( | ServerRequestInterface | $request | ) |
This request handler can handle any frontend request.
ServerRequestInterface | $request | The request to process |
Definition at line 91 of file EidRequestHandler.php.
References ServerRequestInterface\getParsedBody(), and ServerRequestInterface\getQueryParams().
getPriority | ( | ) |
Returns the priority - how eager the handler is to actually handle the request.
Implements RequestHandlerInterface.
Definition at line 102 of file EidRequestHandler.php.
handleRequest | ( | ServerRequestInterface | $request | ) |
Handles a frontend request based on the _GP "eID" variable.
ServerRequestInterface | $request |
Definition at line 55 of file EidRequestHandler.php.
References $GLOBALS, GeneralUtility\callUserFunction(), and ServerRequestInterface\getCookieParams().
|
protected |
Definition at line 37 of file EidRequestHandler.php.
Referenced by EidRequestHandler\__construct().