Class NForwardingResponse


Forwards to new request.

NObject
   |
   --NForwardingResponse

Implements interfaces:

Author: David Grudl
Copyright: Copyright (c) 2004, 2009 David Grudl
Located: in /Application/Responses/ForwardingResponse.php (line 35)
Public Method Summary
NForwardingResponse
NPresenterRequest
void
send ()
Sends response to output.
Methods Inherited From NObject
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset()

Method Details

line 45

__construct

public NForwardingResponse __construct (NPresenterRequest $request)

Input
NPresenterRequest $request new request
Output
NForwardingResponse  

line 55

getRequest

public NPresenterRequest getRequest ()

Output
NPresenterRequest  

line 66

send

public void send ()

Sends response to output.

Implementation of:

Output
void