| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 197 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Client:: (7 methods):
__construct()
doRequest()
getScript()
getHandleScript()
filterRequest()
filterFiles()
filterResponse()
| __construct(HttpKernelInterface $kernel, array $server = array() X-Ref |
param: HttpKernelInterface $kernel An HttpKernel instance param: array $server The server parameters (equivalent of $_SERVER) param: History $history A History instance to store the browser history param: CookieJar $cookieJar A CookieJar instance to store the cookies |
| doRequest($request) X-Ref |
| Makes a request. return: Response A Response instance |
| getScript($request) X-Ref |
| Returns the script to execute when the request must be insulated. return: string |
| getHandleScript() X-Ref |
| No description |
| filterRequest(DomRequest $request) X-Ref |
| Converts the BrowserKit request to a HttpKernel request. return: Request A Request instance |
| filterFiles(array $files) X-Ref |
| Filters an array of files. This method created test instances of UploadedFile so that the move() method can be called on those instances. If the size of a file is greater than the allowed size (from php.ini) then an invalid UploadedFile is returned with an error set to UPLOAD_ERR_INI_SIZE. return: array An array with all uploaded files marked as already moved |
| filterResponse($response) X-Ref |
| Converts the HttpKernel response to a BrowserKit response. return: DomResponse A DomResponse instance |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |