Route
Located in /Controller/Router/Route.php (line 35)
Zend_Controller_Router_Route_Abstract | --Zend_Controller_Router_Route
Default locale
Default translator
Holds user submitted default values for route's variables. Name and value pairs.
Wether this is a translated route or not
Locale
Holds Route patterns for all URL parts. In case of a variable it stores it's regex requirement or null. In case of a static part, it holds only it's direct value.
In case of a wildcard, it stores an asterisk (*)
Holds user submitted regular expression patterns for route's variables' values.
Name and value pairs.
Helper var that holds a count of route pattern's static parts
for validation
Translatable variables
Translator
Associative array filled on match() that holds matched path values for given variable names.
Holds names of all route's pattern variable names. Array index holds a position in URL.
Associative array filled on match() that holds wildcard variable names and values.
Inherited from Zend_Controller_Router_Route_Abstract
Zend_Controller_Router_Route_Abstract::$_isAbstract
Zend_Controller_Router_Route_Abstract::$_matchedPath
Get the default locale
Get the default translator
Instantiates route based on passed Zend_Config structure
Set a default locale
Set a default translator
Prepares the route for mapping by splitting (exploding) it to a corresponding atomic parts. These parts are assigned a position which is later used for matching and preparing values.
Assembles user submitted parameters forming a URL path defined by this route
Return a single parameter of route's defaults
Return an array of defaults
Get the locale
Get all variables which are used by the route
Matches a user submitted path with parts defined by a map. Assigns and returns an array of variables on a successful match.
Set a locale
Set a translator
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:42:53 -0400 by phpDocumentor 1.4.3