Solar_App_Hello::_postRender()

protected void Solar_App_Hello::_postRender ( void )

Executes after rendering the controller view and layout.

Inherited from Solar_Controller_Page.

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