Home
last modified time | relevance | path

Searched refs:uploadedFiles (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/psr/http-message/src/
DServerRequestInterface.php146 * @param array $uploadedFiles An array tree of UploadedFileInterface instances.
150 public function withUploadedFiles(array $uploadedFiles); argument
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DServerRequestInterface.php146 * @param array $uploadedFiles An array tree of UploadedFileInterface instances.
150 public function withUploadedFiles(array $uploadedFiles): ServerRequestInterface; argument
/plugin/matrixnotifierwas/vendor/psr/http-message/
DCHANGELOG.md29 to add the parameter name (`$uploadedFiles`).
/plugin/authgooglesheets/vendor/psr/http-message/
DCHANGELOG.md29 to add the parameter name (`$uploadedFiles`).
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DServerRequest.php57 private $uploadedFiles = []; variable in GuzzleHttp\\Psr7\\ServerRequest
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DServerRequest.php55 private $uploadedFiles = []; variable in GuzzleHttp\\Psr7\\ServerRequest
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md59 | `withUploadedFiles(array $uploadedFiles)` | Returns a new request instance with the specified upl…