107 public function isOk();
HTTP response builder interface.
if(!$entity->delete()) $forward_url
getStatusCode()
Returns status code.
isRedirection()
Check if response is redirection.
getContent()
Returns response body.
isNotModified()
Check if response has been modified.
isOk()
Check if response is OK.
isInformational()
Check if response is informational.
isServerError()
Check if response is server error.
isSuccessful()
Check if response is successful.
isClientError()
Check if response is client error.
setForwardURL($forward_url=REFERRER)
Sets redirect URL.
$content
Set robots.txt action.
setHeaders(array $headers=[])
Sets additional response headers.
setContent($content= '')
Sets response body.
getHeaders()
Returns additional response headers.
http free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
getForwardURL()
Returns redirect URL.
setStatusCode($status_code=ELGG_HTTP_OK)
Sets response HTTP status code.