Located in /Zend/Controller/Dispatcher/Interface.php (line 37)
Add a controller directory to the controller directory stack
Clear the controller parameter stack
By default, clears all parameters. If a parameter name is given, clears only that parameter; if an array of parameter names is provided, clears each.
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.
Formats a string into a module name. This is used to take a raw module name, such as one that would be packaged inside a request object, and reformat it to a proper class name prefix that a class extending Zend_Controller_Action would use.
Return the currently set directory(ies) for controller file lookup
Retrieve the default action name (minus formatting)
Retrieve the default controller name (minus formatting)
Retrieve a single parameter from the controller parameter stack
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 the directory where controller files are stored
Specify a string or an array; if an array is specified, all paths will be added.
Set default action name (minus formatting)
Set default controller name (minus formatting)
Add or modify a parameter with which to instantiate an Action Controller
Set an array of a parameters to pass to the Action Controller constructor
Set the response object to use, if any
Documentation generated on Thu, 18 Jan 2007 09:56:02 -0800 by phpDocumentor 1.3.1