Solar_App_Hello::_getActionFormat()

protected array Solar_App_Hello::_getActionFormat ( string $action )

Returns the allowed format list for a given action.

Inherited from Solar_Controller_Page.

Parameters

  • (string) $action: The action name.

Returns

  • (array) The list of formats allowed for the action.

Description

Returns the allowed format list for a given action.

Allows the use of "foo-bar" (preferred), "fooBar", or "actionFooBar" as the action key in the action_format array.



Local