Interface Zend_Controller_Dispatcher_InterfaceLocated in /Zend/Controller/Dispatcher/Interface.php (line 37)
Zend_Controller_Request_Abstract|boolean
dispatch
(Zend_Controller_Request_Abstract $request, Zend_Controller_Response_Abstract $response)
addControllerDirectory (line 135)
Add a controller directory to the controller directory stack
clearParams (line 111)
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 163)
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 59)
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 48)
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.
getControllerDirectory (line 153)
Return the currently set directory(ies) for controller file lookup
getParam (line 92)
Retrieve a single parameter from the controller parameter stack
getParams (line 99)
Retrieve the parameters to pass to the Action Controller constructor
getResponse (line 126)
Retrieve the response object, if any
isDispatchable (line 67)
Returns TRUE if an action can be dispatched, or FALSE otherwise.
isValidModule (line 171)
Whether or not a given module is valid
setControllerDirectory (line 146)
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 76)
Add or modify a parameter with which to instantiate an Action Controller
setParams (line 84)
Set an array of a parameters to pass to the Action Controller constructor
setResponse (line 119)
Set the response object to use, if any
Documentation generated on Wed, 21 Feb 2007 11:52:22 -0800 by phpDocumentor 1.3.1