Class RenderResponse (namespace Nette\Application)
Rendering presenter response.
Object | --RenderResponse
Implements interfaces:
Public Method Summary | |
---|---|
RenderResponse |
__construct
(mixed $source)
|
mixed |
getSource
()
|
void |
send
()
Sends response to output.
|
Methods Inherited From Object |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Method Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
line 45 __constructpublic RenderResponse __construct (mixed $source)
|
||||||||||||
line 55 getSourcepublic mixed getSource ()
|
||||||||||||
line 66 sendpublic void send () Sends response to output. Implementation of:
|