clear() public method Clears the headers, cookies, content, status code of the response. public void clear ( )
$isSuccessful public read-only property Whether this response is successful public boolean getIsSuccessful ( )
$statusText public property The HTTP status description that comes together with the status code. See also $httpStatuses. public string $statusText = 'OK'
$statusCode public property The HTTP status code to send with the response. public integer getStatusCode ( )public void setStatusCode ( $value, $text = null )
$isServerError public read-only property Whether this response indicates a server error public boolean getIsServerError ( )
$isOk public read-only property Whether this response is OK public boolean getIsOk ( )
$isRedirection public read-only property Whether this response is a redirection public boolean getIsRedirection ( )
$isNotFound public read-only property Whether this response indicates the currently requested resource is not found public boolean getIsNotFound ( )
$isSent public property Whether the response has been sent. If this is true, calling send() will do nothing. public boolean $isSent = false
$isForbidden public read-only property Whether this response indicates the current request is forbidden public boolean getIsForbidden ( )
Page 53 of 633