Zend_Controller_Router_Route_RegexRegex Route
Located in /Controller/Router/Route/Regex.php (line 33)
Zend_Controller_Router_Route_Regex
__construct
( $route, [ $defaults = array()], [ $map = array()], [ $reverse = null])
Constructor __construct (line 41)
assemble (line 123)
Assembles a URL path defined by this route
getDefault (line 153)
Return a single parameter of route's defaults
getDefaults (line 164)
Return an array of defaults
getMappedValues (line 94)
Maps numerically indexed array values to it's associative mapped counterpart.
Or vice versa. Uses user provided map array which consists of index => name parameter mapping. If map is not found, it returns original array.
Method strips destination type of keys form source array. Ie. if source array is indexed numerically then every associative key will be stripped. Vice versa if reversed is set to true.
match (line 56)
Matches a user submitted path with a previously defined route.
Assigns and returns an array of defaults on a successful match.
Documentation generated on Wed, 21 Feb 2007 12:02:50 -0800 by phpDocumentor 1.3.1