FilesDownloadResponse
in package
implements
ResponseInterface
Class FilesDownloadResponse
Tags
Table of Contents
Interfaces
- ResponseInterface
- Interface ResponseInterface
Properties
Methods
- __construct() : mixed
- FilesDownloadResponse constructor.
Properties
$data
public
StreamInterface
$data
$fileName
public
string
$fileName
Methods
__construct()
FilesDownloadResponse constructor.
public
__construct(string $fileName, StreamInterface $data) : mixed
Parameters
- $fileName : string
- $data : StreamInterface