Class NForwardingResponse
Forwards to new request.
NObject | --NForwardingResponse
Implements interfaces:
Public Method Summary | |
---|---|
NForwardingResponse |
__construct
(NPresenterRequest $request)
|
NPresenterRequest |
getRequest
()
|
void |
send
()
Sends response to output.
|
Methods Inherited From NObject |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Method Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
line 45 __constructpublic NForwardingResponse __construct (NPresenterRequest $request)
|
||||||||||||
line 55 getRequestpublic NPresenterRequest getRequest ()
|
||||||||||||
line 66 sendpublic void send () Sends response to output. Implementation of:
|