Solar_Controller_Page::_preRender()

protected void Solar_Controller_Page::_preRender ( void )

Executes before rendering the controller view and layout.

Parameters

  • None.

Returns

  • (void)

Description

Executes before rendering the controller view and layout.

Use this to pre-process $this->_view_object, or to manipulate controller properties with view helpers.

The default implementation sets the locale class for the getText helper.



Local