Class NRenderResponse


Rendering presenter response.

NObject
   |
   --NRenderResponse

Implements interfaces:

Author: David Grudl
Copyright: Copyright (c) 2004, 2009 David Grudl
Located: in /Application/Responses/RenderResponse.php (line 35)
Public Method Summary
NRenderResponse
__construct (mixed $source)
mixed
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 NRenderResponse __construct (mixed $source)

Input
mixed $source renderable variable
Output
NRenderResponse  

line 55

getSource

public mixed getSource ()

Output
mixed  

line 66

send

public void send ()

Sends response to output.

Implementation of:

Output
void