DownloadResponse.php
system/HTTP/DownloadResponse.php
1 class
17 methods
class DownloadResponse
HTTP response when a download is requested.
__construct
(string $filename, bool $setMime)
setBinary
(string $binary)
setFilePath
(string $filepath)
setFileName
(string $filename)
getContentLength
()
setContentTypeByMimeType
()
getDownloadFileName
()
getContentDisposition
(bool $inline = false)
setStatusCode
(int $code, string $reason = '')
setContentType
(string $mime, string $charset = 'UTF-8')
noCache
()
send
()
buildHeaders
()
sendBody
()
sendBodyByFilePath
()
sendBodyByBinary
()
inline
()