Previous Page
_postAction()

Solar_Controller_Page
_postRender()

Next Page
_postRun()

_postRender()

protected void _postRender ( )

Executes after rendering the page view and layout.

Parameters

  • None.

Returns

  • (void)

Description

Executes after rendering the page view and layout.

Use this to do a final filter or maniuplation of $this->_response from the view and layout scripts. By default, it leaves the response alone.