DownloadDataContent
extends DataContent
in package
Read onlyYes
ダウンロード用データ。
Table of Contents
Properties
- $data : string|array<string|int, mixed>|Binary
- $fileName : string
- $httpStatus : HttpStatus
- $mime : string
Methods
- __construct() : mixed
- 生成。
Properties
$data
public
string|array<string|int, mixed>|Binary
$data
$fileName read-only
public
string
$fileName
$httpStatus
public
HttpStatus
$httpStatus
$mime
public
string
$mime
Methods
__construct()
生成。
public
__construct(non-empty-string $mime, string $fileName, string|Binary $data) : mixed
Parameters
- $mime : non-empty-string
- $fileName : string
- $data : string|Binary