Class ForwardingResponse (namespace Nette\Application)


Forwards to new request.

Object
   |
   --ForwardingResponse

Implements interfaces:

Copyright: Copyright (c) 2004, 2010 David Grudl
Located: in /Application/Responses/ForwardingResponse.php (line 21)
Public Method Summary
ForwardingResponse
PresenterRequest
void
send ()
Sends response to output.
Methods Inherited From Object
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset()

Method Details

line 31

__construct

public ForwardingResponse __construct (PresenterRequest $request)

Input
PresenterRequest $request new request
Output
ForwardingResponse  

line 41

getRequest

public PresenterRequest getRequest ()

Output
PresenterRequest  

line 52

send

public void send ()

Sends response to output.

Implementation of:

Output
void