Home
last modified time | relevance | path

Searched refs:UploadedFileInterface (Results 1 – 5 of 5) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md227 (ServerRequestInterface, UploadedFileInterface, etc.).
295 - `Psr\Http\Message\UploadedFileInterface`
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php8 use Psr\Http\Message\UploadedFileInterface; alias
92 if ($value instanceof UploadedFileInterface) {
115 * @return array|UploadedFileInterface
140 * @return UploadedFileInterface[]
H A DUploadedFile.php7 use Psr\Http\Message\UploadedFileInterface; alias
10 class UploadedFile implements UploadedFileInterface
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md30 - Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()`
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUploadedFileInterface.php13 interface UploadedFileInterface interface