Searched refs:uploadedFiles (Results 1 – 7 of 7) sorted by relevance
146 * @param array $uploadedFiles An array tree of UploadedFileInterface instances.150 public function withUploadedFiles(array $uploadedFiles); argument
146 * @param array $uploadedFiles An array tree of UploadedFileInterface instances.150 public function withUploadedFiles(array $uploadedFiles): ServerRequestInterface; argument
29 to add the parameter name (`$uploadedFiles`).
57 private $uploadedFiles = []; variable in GuzzleHttp\\Psr7\\ServerRequest
55 private $uploadedFiles = []; variable in GuzzleHttp\\Psr7\\ServerRequest
59 | `withUploadedFiles(array $uploadedFiles)` | Returns a new request instance with the specified upl…