Zend_Controller_Router_Route_ModuleImplements interfaces:
Module Route
Default route for module functionality
Located in /Zend/Controller/Router/Route/Module.php (line 39)
Zend_Controller_Router_Route_Module
__construct
([ $defaults = array()], [Zend_Controller_Dispatcher_Interface $dispatcher = null], [Zend_Controller_Request_Abstract $request = null])
string
$_actionKey
= 'action' (line 62)
Array keys to use for module, controller, and action. Should be taken out of request.
string
$_controllerKey
= 'controller' (line 61)
Array keys to use for module, controller, and action. Should be taken out of request.
array
$_defaults
(line 50)
Default values for the route (ie. module, controller, action, params)
Zend_Controller_Dispatcher_Interface
$_dispatcher
(line 68)
mixed
$_keysSet
= false (line 54)
string
$_moduleKey
= 'module' (line 60)
Array keys to use for module, controller, and action. Should be taken out of request.
mixed
$_moduleValid
= false (line 53)
Zend_Controller_Request_Abstract
$_request
(line 73)
mixed
$_values
= array() (line 52)
assemble (line 177)
Assembles user submitted parameters forming a URL path defined by this route
match (line 132)
Matches a user submitted path. Assigns and returns an array of variables on a successful match.
If a request object is registered, it uses its setModuleName(), setControllerName(), and setActionName() accessors to set those values. Always returns the values as an array.
Constructor __construct (line 82)
Constructor
_setRequestKeys (line 102)
Set request keys based on values in request object
Documentation generated on Wed, 21 Feb 2007 11:54:22 -0800 by phpDocumentor 1.3.1