Zend_Controller_Router_Route_ModuleModule Route
Default route for module functionality
Located in /Controller/Router/Route/Module.php (line 37)
Zend_Controller_Router_Route_Abstract | --Zend_Controller_Router_Route_Module
| Class | Description |
|---|---|
Zend_Rest_Route
|
Rest Route |
string
assemble
([array $data = array()], [bool $reset = false], [ $encode = true], [ $partial = false])
Zend_Controller_Router_Route_Module
__construct
([ $defaults = array()], [Zend_Controller_Dispatcher_Interface $dispatcher = null], [Zend_Controller_Request_Abstract $request = null])
string
$_actionKey
= 'action' (line 60)
Array keys to use for module, controller, and action. Should be taken out of request.
string
$_controllerKey
= 'controller' (line 59)
Array keys to use for module, controller, and action. Should be taken out of request.
array
$_defaults
(line 48)
Default values for the route (ie. module, controller, action, params)
Zend_Controller_Dispatcher_Interface
$_dispatcher
(line 66)
mixed
$_keysSet
= false (line 52)
string
$_moduleKey
= 'module' (line 58)
Array keys to use for module, controller, and action. Should be taken out of request.
mixed
$_moduleValid
= false (line 51)
Zend_Controller_Request_Abstract
$_request
(line 71)
mixed
$_values
= array() (line 50)
Inherited from Zend_Controller_Router_Route_Abstract
Zend_Controller_Router_Route_Abstract::$_isAbstract
Zend_Controller_Router_Route_Abstract::$_matchedPath
static getInstance (line 80)
Instantiates route based on passed Zend_Config structure
assemble (line 202)
Assembles user submitted parameters forming a URL path defined by this route
getDefault (line 274)
Return a single parameter of route's defaults
getDefaults (line 285)
Return an array of defaults
getVersion (line 73)
match (line 148)
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 98)
Constructor
_setRequestKeys (line 118)
Set request keys based on values in request object
Inherited From Zend_Controller_Router_Route_Abstract
Zend_Controller_Router_Route_Abstract::chain()
Zend_Controller_Router_Route_Abstract::getMatchedPath()
Zend_Controller_Router_Route_Abstract::getVersion()
Zend_Controller_Router_Route_Abstract::isAbstract()
Zend_Controller_Router_Route_Abstract::setMatchedPath()
Documentation generated on Mon, 21 Jun 2010 15:34:06 -0400 by phpDocumentor 1.4.3