Located in /Controller/Dispatcher/Interface.php (line 39)
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 directory/class name that a class extending Zend_Controller_Action would use.
Return the currently set directory(ies) for controller file lookup
Retrieve the default action
Retrieve the default controller name
Retrieve the default module name
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.
Whether or not a given module is valid
Set the directory where controller files are stored
Specify a string or an array; if an array is specified, all paths will be added.
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 Mon, 21 Jun 2010 15:29:36 -0400 by phpDocumentor 1.4.3