Zend_Controller_Router_Route
Zend_Controller_Router_Route
__construct
(string $route, [array $defaults = array()], [array $reqs = array()])
Constructor __construct (line 62)
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.
assemble (line 190)
Assembles user submitted parameters forming a URL path defined by this route
getDefault (line 235)
Return a single parameter of route's defaults
getDefaults (line 247)
Return an array of defaults
match (line 114)
Matches a user submitted path with parts defined by a map. Assigns and returns an array of variables on a successful match.
_getWildcardData (line 91)
Documentation generated on Wed, 21 Feb 2007 11:59:00 -0800 by phpDocumentor 1.3.1