Elgg  Version 5.1
Elgg\Http\ErrorResponse Member List

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

$contentElgg\Http\Responseprotected
$exceptionElgg\Http\Responseprotected
$forward_urlElgg\Http\Responseprotected
$headersElgg\Http\Responseprotected
$status_codeElgg\Http\Responseprotected
__construct($error= '', int $status_code=ELGG_HTTP_BAD_REQUEST, string $forward_url=REFERRER)Elgg\Http\ErrorResponse
getContent()Elgg\Http\Response
getException()Elgg\Http\Response
getForwardURL()Elgg\Http\Response
getHeaders()Elgg\Http\Response
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
setForwardURL(string $forward_url=REFERRER)Elgg\Http\Response
setHeaders(array $headers=[])Elgg\Http\Response
setStatusCode(int $status_code)Elgg\Http\Response