Solar_App_Hello::_getActionMethod()

protected string Solar_App_Hello::_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.



Local