Located in /Zend/Controller/Dispatcher/Interface.php (line 37)
Add a parameter with which to instantiate an Action Controller
Dispatches a request object to a controller/action. If the action requests a forward to another action, a new request will be returned.
Formats a string into an action name. This is used to take a raw action name, such as one that would be packaged inside a request object, and reformat into a proper method name that would be found inside a class extending Zend_Controller_Action.
Formats a string into a controller name. This is used to take a raw controller name, such as one that would be packaged inside a request object, and reformat it to a proper class name that a class extending Zend_Controller_Action would use.
Retrieve the default action name (minus formatting)
Retrieve the default controller name (minus formatting)
Retrieve the parameters to pass to the Action Controller constructor
Retrieve the response object, if any
Returns TRUE if an action can be dispatched, or FALSE otherwise.
Set default action name (minus formatting)
Set default controller name (minus formatting)
Set an array of a parameters to pass to the Action Controller constructor
Set the response object to use, if any
Documentation generated on Sun, 29 Oct 2006 21:27:58 -0600 by phpDocumentor 1.3.0RC6