Previous Page
_forward()

Solar_App_HelloApp
_forwardActionMethod()

Next Page
_getActionFormat()

_forwardActionMethod()

protected string _forwardActionMethod ( string $action )

Executes when _forward() cannot find a method for the current action.

Inherited from Solar_Controller_Page.

Parameters

  • (string) $action: The action name.

Returns

  • (string) An alternative method name for the action.

Description

Executes when _forward() cannot find a method for the current action.

This default implementation throws an exception, but extended classes may override the behavior to return an alternative method name for the action.