Hi,

I want to get the format action name,but there just a method in
Zend_Controller_Dispatcher_Abstract::formatActionName($unformatted), but it
return the action name with the Action suffix.

because action name or controller name can be, get.data,or get-data, for
example.If i call the method getActionName() with Request,it just return the
unformatted action name,and i want to test that if there is a getData
action.

I think it is convenient if there have a method return the format module(or
controller,or action)name. There have one,but is protected.

Reply via email to