Interface Zend_Controller_Dispatcher_InterfaceLocated in /Controller/Dispatcher/Interface.php (line 39)
void
dispatch
(Zend_Controller_Request_Abstract $request, Zend_Controller_Response_Abstract $response)
addControllerDirectory (line 148)
Add a controller directory to the controller directory stack
clearParams (line 124)
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.
dispatch (line 176)
Dispatches a request object to a controller/action. If the action requests a forward to another action, a new request will be returned.
formatActionName (line 72)
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.
formatControllerName (line 50)
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.
formatModuleName (line 61)
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.
getControllerDirectory (line 166)
Return the currently set directory(ies) for controller file lookup
getDefaultAction (line 205)
Retrieve the default action
getDefaultControllerName (line 198)
Retrieve the default controller name
getDefaultModule (line 191)
Retrieve the default module name
getParam (line 105)
Retrieve a single parameter from the controller parameter stack
getParams (line 112)
Retrieve the parameters to pass to the Action Controller constructor
getResponse (line 139)
Retrieve the response object, if any
isDispatchable (line 80)
Returns TRUE if an action can be dispatched, or FALSE otherwise.
isValidModule (line 184)
Whether or not a given module is valid
setControllerDirectory (line 159)
Set the directory where controller files are stored
Specify a string or an array; if an array is specified, all paths will be added.
setParam (line 89)
Add or modify a parameter with which to instantiate an Action Controller
setParams (line 97)
Set an array of a parameters to pass to the Action Controller constructor
setResponse (line 132)
Set the response object to use, if any
Documentation generated on Mon, 21 Jun 2010 15:29:36 -0400 by phpDocumentor 1.4.3