Home
last modified time | relevance | path

Searched refs:withUploadedFiles (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DServerRequestInterface.php150 public function withUploadedFiles(array $uploadedFiles); function
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md28 - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php184 ->withUploadedFiles(self::normalizeFiles($_FILES));
H A DUtils.php219 ->withUploadedFiles($request->getUploadedFiles());