Previous Page
_getActionFormat()

Solar_App_Hello
_getActionMethod()

Next Page
_getActionView()

_getActionMethod()

protected string _getActionMethod ( string $action )

Returns the method name for an action.

Inherited from Solar_Controller_Page.

Parameters

  • (string) $action: The action name.

Returns

  • (string) The method name, or boolean false if the action method does not exist.

Description

Returns the method name for an action.