Elgg  Version master
Elgg\Http\DownloadResponse Member List

This is the complete list of members for Elgg\Http\DownloadResponse, including all inherited members.

$contentElgg\Http\Responseprotected
$exceptionElgg\Http\Responseprotected
$forward_urlElgg\Http\Responseprotected
$headersElgg\Http\Responseprotected
$secure_forward_urlElgg\Http\Responseprotected
$status_codeElgg\Http\Responseprotected
__construct($content= '', int $status_code=ELGG_HTTP_OK, string $forward_url=null)Elgg\Http\OkResponse
getContent()Elgg\Http\Response
getException()Elgg\Http\Response
getForwardURL()Elgg\Http\Response
getHeaders()Elgg\Http\DownloadResponse
getStatusCode()Elgg\Http\Response
isClientError()Elgg\Http\Response
isInformational()Elgg\Http\Response
isNotModified()Elgg\Http\Response
isOk()Elgg\Http\Response
isRedirection()Elgg\Http\Response
isServerError()Elgg\Http\Response
isSuccessful()Elgg\Http\Response
setContent($content= '')Elgg\Http\Response
setException(\Exception $e)Elgg\Http\Response
setFilename(string $filename= '', bool $inline=false)Elgg\Http\DownloadResponse
setForwardURL(string $forward_url=REFERRER)Elgg\Http\DownloadResponse
setHeaders(array $headers=[])Elgg\Http\Response
setStatusCode(int $status_code)Elgg\Http\Response