Solar_App_Hello::_fixAction()

protected void Solar_App_Hello::_fixAction ( void )

Fixes the requested $_action value based on the various properties available.

Inherited from Solar_Controller_Page.

Parameters

  • None.

Returns

  • (void)

Description

Fixes the requested $_action value based on the various properties available.

By default, leaves the $_action value as-is; if the action does not map to a method, _notFound() will be triggered.



Local