Class RedirectingResponse (namespace Nette\Application)
Redirects to new request.
Object | --RedirectingResponse
Implements interfaces:
Public Method Summary | |
---|---|
RedirectingResponse |
__construct
(string $uri, [int $code =
IHttpResponse::S302_FOUND ])
|
int |
getCode
()
|
string |
getUri
()
|
void |
send
()
Sends response to output.
|
Methods Inherited From Object |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Method Details | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
line 49 __constructpublic RedirectingResponse __construct (string $uri, [int $code =
|
|||||||||||||||
line 70 getCodepublic int getCode ()
|
|||||||||||||||
line 60 getUripublic string getUri ()
|
|||||||||||||||
line 81 sendpublic void send () Sends response to output. Implementation of:
|