Zend_Controller_Router_Route_RegexRegex Route
Located in /Controller/Router/Route/Regex.php (line 34)
Zend_Controller_Router_Route_Abstract | --Zend_Controller_Router_Route_Regex
Zend_Controller_Router_Route_Regex
__construct
( $route, [ $defaults = array()], [ $map = array()], [ $reverse = null])
string
assemble
([array $data = array()], [ $reset = false], [ $encode = false], [ $partial = false])
mixed
$_defaults
= array() (line 37)
mixed
$_map
= array() (line 39)
mixed
$_regex
= null (line 36)
mixed
$_reverse
= null (line 38)
mixed
$_values
= array() (line 40)
Inherited from Zend_Controller_Router_Route_Abstract
Zend_Controller_Router_Route_Abstract::$_isAbstract
Zend_Controller_Router_Route_Abstract::$_matchedPath
static getInstance (line 47)
Instantiates route based on passed Zend_Config structure
Constructor __construct (line 55)
assemble (line 165)
Assembles a URL path defined by this route
getDefault (line 216)
Return a single parameter of route's defaults
getDefaults (line 227)
Return an array of defaults
getVariables (line 236)
Get all variables which are used by the route
getVersion (line 63)
match (line 74)
Matches a user submitted path with a previously defined route.
Assigns and returns an array of defaults on a successful match.
_arrayMergeNumericKeys (line 259)
_arrayMergeNumericKeys() - allows for a strict key (numeric's included) array_merge.
php's array_merge() lacks the ability to merge with numeric keys.
_getMappedValues (line 123)
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.
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:41:37 -0400 by phpDocumentor 1.4.3