'request' =>
$this->
Action()->
Request(),
] );
$render =
$action->
View()->
render($template);
$render =
$this->
Application()->
Events()->
filter( 'Enlight_Plugins_ViewRenderer_FilterRender',
$render,
['subject' =>
$this, 'template' =>
$template] );
$action->
Response()->
appendBody($render,
$name);
$this->
Application()->
Events()->
notify( 'Enlight_Plugins_ViewRenderer_PostRender',
['subject' =>
$this, 'template' =>
$template] );
return $this;
} /**
* Renders the Enlight_Template_Default of the Enlight_View_Default
* which is set in the Enlight_Controller_Action.
*
* @return Enlight_Controller_Plugins_ViewRenderer_Bootstrap
*/