Solar_Controller_Page::_getActionFormat()

protected array Solar_Controller_Page::_getActionFormat ( string $action )

Returns the allowed format list for a given action.

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