Method | Description | |
---|---|---|
createRequest ( Psr\Http\Message\ServerRequestInterface $psrRequest ) | ||
createResponse ( Psr\Http\Message\ResponseInterface $psrResponse ) |
Method | Description | |
---|---|---|
getTemporaryPath ( ) : string | Gets a temporary file path. |
Method | Description | |
---|---|---|
createCookie ( string $cookie ) : |
Creates a Cookie instance from a cookie string. | |
createUploadedFile ( Psr\Http\Message\UploadedFileInterface $psrUploadedFile ) : Symfony\Component\HttpFoundation\File\UploadedFile | Creates Symfony UploadedFile instance from PSR-7 ones. | |
getFiles ( array $uploadedFiles ) : array | Converts to the input array to $_FILES structure. |
public createRequest ( Psr\Http\Message\ServerRequestInterface $psrRequest ) | ||
$psrRequest | Psr\Http\Message\ServerRequestInterface |
public createResponse ( Psr\Http\Message\ResponseInterface $psrResponse ) | ||
$psrResponse | Psr\Http\Message\ResponseInterface |
protected getTemporaryPath ( ) : string | ||
return | string |