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