Class Redirect
Controller response. Use to output from the controller.
Namespace: Construct\Response
Methods:
__construct( mixed $url , [ mixed $content = null ] , [ mixed $headers = null ] , [ mixed $statusCode = 301 ] )
Overrides
Construct\Response::__constructMethods inherited from Construct\Response
addHeader(),
getContent(),
getHeaders(),
getStatusCode(),
isClientError(),
isForbidden(),
isInformational(),
isNotFound(),
isOk(),
isRedirect(),
isServerError(),
isSuccess(),
render(),
send(),
setContent(),
setStatusCode(),
setStatusMessage()