![]() |
TYPO3
7.6
|
Public Member Functions | |
dumpAction (ServerRequestInterface $request, ResponseInterface $response) | |
Protected Member Functions | |
getGetOrPost (ServerRequestInterface $request, $parameter) | |
Class FileDumpController
Definition at line 28 of file FileDumpController.php.
dumpAction | ( | ServerRequestInterface | $request, |
ResponseInterface | $response | ||
) |
Main method to dump a file
ServerRequestInterface | $request | |
ResponseInterface | $response |
\InvalidArgumentException | |
\RuntimeException | |
\TYPO3\CMS\Core\Resource\Exception\FileDoesNotExistException | |
\UnexpectedValueException |
Definition at line 42 of file FileDumpController.php.
References $GLOBALS, FileDumpController\getGetOrPost(), ResourceFactory\getInstance(), GeneralUtility\getUserObj(), GeneralUtility\hmac(), HttpUtility\HTTP_STATUS_404, GeneralUtility\makeInstance(), HttpUtility\setResponseCodeAndExit(), and ResponseInterface\withStatus().
|
protected |
ServerRequestInterface | $request | |
string | $parameter |
Definition at line 98 of file FileDumpController.php.
References ServerRequestInterface\getParsedBody(), and ServerRequestInterface\getQueryParams().
Referenced by FileDumpController\dumpAction().