Previous Page
_postRun()

Solar_App_HelloApp
_preAction()

Next Page
_preRender()

_preAction()

protected void _preAction ( )

Checks to see if user is allowed access to the requested action for this controller.

Inherited from Solar_App_Base.

Parameters

  • None.

Returns

  • (void)

Description

Checks to see if user is allowed access to the requested action for this controller.

On access failure, changes $this->_action to 'error' and adds an error message stating the user is not allowed access.