![]() |
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 | |
Default request handler for all requests inside the TYPO3 Install Tool, which does a simple hardcoded dispatching to a controller based on the get/post variable.
Definition at line 26 of file install/Classes/Http/RequestHandler.php.
__construct | ( | Bootstrap | $bootstrap | ) |
Constructor handing over the bootstrap
Bootstrap | $bootstrap |
Definition at line 39 of file install/Classes/Http/RequestHandler.php.
References RequestHandler\$bootstrap.
canHandleRequest | ( | ServerRequestInterface | $request | ) |
This request handler can handle any request when not in CLI mode and the install tool flag is set please note that both checks are needed, as when in "failsafe" mode, the TYPO3_REQUESTTYPE is not necessarily set at this point.
ServerRequestInterface | $request |
Definition at line 75 of file install/Classes/Http/RequestHandler.php.
getPriority | ( | ) |
Returns the priority - how eager the handler is to actually handle the request.
Implements RequestHandlerInterface.
Definition at line 85 of file install/Classes/Http/RequestHandler.php.
handleRequest | ( | ServerRequestInterface | $request | ) |
Handles an install tool request Execute 'tool' or 'step' controller depending on install[controller] GET/POST parameter
ServerRequestInterface | $request |
Definition at line 51 of file install/Classes/Http/RequestHandler.php.
References ServerRequestInterface\getParsedBody(), ServerRequestInterface\getQueryParams(), and GeneralUtility\makeInstance().
|
protected |
Definition at line 32 of file install/Classes/Http/RequestHandler.php.
Referenced by RequestHandler\__construct().