Trait Rendering
Direct Known Users
MvcCore\ControllerIndirect Known Users
MvcCore\Ext\Auths\Basics\Controller, MvcCore\Ext\Auths\Basics\SignInForm, MvcCore\Ext\Auths\Basics\SignOutForm, MvcCore\Ext\Form
public
string
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
JsonpResponse( mixed $data = NULL, string $callbackParamName = 'callback', boolean $terminate = TRUE )
|
public
|
|
public
|
|
public
string
|
|
protected
|
#
renderWithObFromActionToLayout( string $controllerOrActionNameDashed, string $actionNameDashed, boolean $topMostParentCtrl )
Default rendering mode. Render action view first into output buffer, then render layout view wrapped around rendered action view string also into output buffer. Then set up rendered content from output buffer into response object and then send HTTP headers and content after all. |
protected
|
#
renderWithoutObContinuously( string $controllerOrActionNameDashed, string $actionNameDashed, boolean $topMostParentCtrl )
Special rendering mode to continuously sent larger data to client. Render layout view and render action view together inside it without output buffering. There is not used reponse object body property for this rendering mode. Http headers are sent before view rendering. |