Solar_Controller_Page::_postRender()

protected void Solar_Controller_Page::_postRender ( void )

Executes after rendering the controller view and layout.

Parameters

  • None.

Returns

  • (void)

Description

Executes after rendering the controller view and layout.

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



Local